#66420B

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

Shades of Raw Umber #66420B

Tints of Raw Umber #66420B

Color information

#66420B (or 0x66420B) is unknown color: approx Raw Umber. HEX triplet: 66, 42 and 0B. RGB value is (102,66,11). Sum of RGB (Red+Green+Blue) = 102+66+11=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66420B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66420B is #99BDF4. Grayscale: #464646. Windows color (decimal): -10075637 or 737894. OLE color: 737894.

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

Color convert

RGB1026611-
CMYK00.350.890.6
HSL36.26º80.53%22.16%-
HSV(B)36.26º89.22%40%-
XYZ7.496.751.22-
YUV70.4994.43150.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 11 (4.69% from 255) = 6.15%
R=56.98%
G=36.87%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102661100.350.890.636.2680.5322.16
Hex6642B023593C245116
Octal14610213043131744412126
Binary11001101000010101101000111011001111100100100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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