#66400F

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

Shades of Raw Umber #66400F

Tints of Raw Umber #66400F

Color information

#66400F (or 0x66400F) is unknown color: approx Raw Umber. HEX triplet: 66, 40 and 0F. RGB value is (102,64,15). Sum of RGB (Red+Green+Blue) = 102+64+15=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 15 (6.25% from 255 or 8.29% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66400F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66400F is #99BFF0. Grayscale: #464646. Windows color (decimal): -10076145 or 999526. OLE color: 999526.

HSL color Cylindrical-coordinate representation of color #66400F: hue angle of 33.79º 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 #66400F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB1026415-
CMYK00.370.850.6
HSL33.79º74.36%22.94%-
HSV(B)33.79º85.29%40%-
XYZ7.46.531.32-
YUV69.7897.09150.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 64 (25.39% from 255) = 35.36%
BLUE value IS 15 (6.25% from 255) = 8.29%
R=56.35%
G=35.36%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102641500.370.850.633.7974.3622.94
Hex6640F025553C224a17
Octal14610017045125744211227
Binary11001101000000111101001011010101111100100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66400F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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