#661b00

#661b00 color hex

#661b00 hex color information.
RGB value of #661b00 is (102,27,0)
Change page background color to #661b00 | Reset

#661b00 rgb color chart

Color spaces of #661b00

RGB 102270
HSL0.041.000.20
HSV16°100°40°
CMYK 0.000.741.00   0.60
XYZ5.87143.60860.3871
Yxy3.60860.59500.3657
Hunter Lab18.996321.927412.0892
CIE-Lab22.332832.425732.9680

Shades of #661b00

Tints of #661b00

RGB Percentages of Color #661b00

%79.07
%20.93
%0.00

CMYK Percentages of Color #661b00

%0
%74
%100
%60

#661b00 Color Info

#661b00 hex color red value is 102, green value is 27 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #661b00 hue: 0.04 , saturation: 1.00 and the lightness value of 661b00 is 0.20.

The process color (four color CMYK) of #661b00 hex color is 0.00, 0.74, 1.00, 0.60. Web safe color of #661b00 is #663300

Color #661b00 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00011011 00000000
Octal 146 33 0
Decimal 102 27 0
Hexadecimal 66 1B 0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #661b00

Triadic Colors of #661b00

#661b00 #00661b #1b0066

Analogous Colors of #661b00

#661b00 #664d00 #660017

Complementary Color of #661b00

#661b00 #004b66

#661b00 HSL Color Chart
#661b00 hsl color chart
#661b00 RGB Color Chart

#661b00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661b00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661b00 Color CSS Codes

.mybgcolor {background-color:#661b00; } 
.myforecolor {color:#661b00; }
.mybordercolor {border:3px solid #661b00; }
Sample text font color #661b00

This sample text font color is #661b00
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#661b00">Text here</p>
#661b00 background color

This div background color is #661b00

<div style="background-color:#661b00">
Div content here</div>
#661b00 border color

This div border color is #661b00

<div style="border:3px solid #661b00">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #661b00 Color Sample
#661b00border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(102,27,0, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #661b00; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #661b00;
  -webkit-box-shadow: 1px 1px 3px 2px #661b00;
  box-shadow:         1px 1px 3px 2px #661b00; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,27,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #661b00">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #661b00

<div style="-moz-box-shadow: 1px 1px 3px 2px #661b00;
  -webkit-box-shadow: 1px 1px 3px 2px #661b00;
  box-shadow:         1px 1px 3px 2px #661b00;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top