#66420F

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

Shades of Raw Umber #66420F

Tints of Raw Umber #66420F

Color information

#66420F (or 0x66420F) is unknown color: approx Raw Umber. HEX triplet: 66, 42 and 0F. RGB value is (102,66,15). Sum of RGB (Red+Green+Blue) = 102+66+15=183 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.74% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 102 - color contains mainly: red. Hex color #66420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66420F is #99BDF0. Grayscale: #474747. Windows color (decimal): -10075633 or 1000038. OLE color: 1000038.

HSL color Cylindrical-coordinate representation of color #66420F: hue angle of 35.17º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66420F is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1026615-
CMYK00.350.850.6
HSL35.17º74.36%22.94%-
HSV(B)35.17º85.29%40%-
XYZ7.516.761.36-
YUV70.9596.43150.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.74%
GREEN value IS 66 (26.17% from 255) = 36.07%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=55.74%
G=36.07%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102661500.350.850.635.1774.3622.94
Hex6642F023553C234a17
Octal14610217043125744311227
Binary11001101000010111101000111010101111100100011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66420F; }

 p { color: rgb(102,66,15); }

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

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

 a { background-color: rgb(102,66,15); }

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

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

 span { border-color: rgb(102,66,15); }

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