#66420E

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

Shades of Raw Umber #66420E

Tints of Raw Umber #66420E

Color information

#66420E (or 0x66420E) is unknown color: approx Raw Umber. HEX triplet: 66, 42 and 0E. RGB value is (102,66,14). Sum of RGB (Red+Green+Blue) = 102+66+14=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66420E is #99BDF1. Grayscale: #474747. Windows color (decimal): -10075634 or 934502. OLE color: 934502.

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

Color convert

RGB1026614-
CMYK00.350.860.6
HSL35.45º75.86%22.75%-
HSV(B)35.45º86.27%40%-
XYZ7.516.751.32-
YUV70.8495.93150.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 66 (26.17% from 255) = 36.26%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=56.04%
G=36.26%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102661400.350.860.635.4575.8622.75
Hex6642E023563C234c17
Octal14610216043126744311427
Binary11001101000010111001000111010110111100100011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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