#665600

Color #665600 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #665600

Tints of Raw Umber #665600

Color information

#665600 (or 0x665600) is unknown color: approx Raw Umber. HEX triplet: 66, 56 and 00. RGB value is (102,86,0). Sum of RGB (Red+Green+Blue) = 102+86+0=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 86 (33.98% from 255 or 45.74% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #665600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665600 is #99A9FF. Grayscale: #515151. Windows color (decimal): -10070528 or 22118. OLE color: 22118.

HSL color Cylindrical-coordinate representation of color #665600: hue angle of 50.59º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #665600 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102860-
CMYK00.1610.6
HSL50.59º100%20%-
HSV(B)50.59º100%40%-
XYZ8.819.481.37-
YUV80.9882.3142.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 54.26%
GREEN value IS 86 (33.98% from 255) = 45.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=54.26%
G=45.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10286000.1610.650.5910020
Hex66560010643C336414
Octal1461260020144746314424
Binary1100110101011000100001100100111100110011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665600; }

 p { color: rgb(102,86,0); }

 H1.HeaderClassName
 {
   color: #665600;
 }
 .AnyTagClassName
 {
   color: #665600;
 }
</style>
background-color css

<style>
 a { background-color: #665600; }

 a { background-color: rgb(102,86,0); }

 div.DivClassName
 {
   background-color: #665600;
 }
 .BgClassName
 {
   background-color: #665600;
 }
</style>
border-color css

<style>
 span { border-color: #665600; }

 span { border-color: rgb(102,86,0); }

 td.TdClassName
 {
   border-color: #665600;
 }
 .TagClassName
 {
   border-color: #665600;
 }
</style>