#66410C

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

Shades of Raw Umber #66410C

Tints of Raw Umber #66410C

Color information

#66410C (or 0x66410C) is unknown color: approx Raw Umber. HEX triplet: 66, 41 and 0C. RGB value is (102,65,12). Sum of RGB (Red+Green+Blue) = 102+65+12=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #66410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66410C is #99BEF3. Grayscale: #464646. Windows color (decimal): -10075892 or 803174. OLE color: 803174.

HSL color Cylindrical-coordinate representation of color #66410C: hue angle of 35.33º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66410C is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB1026512-
CMYK00.360.880.6
HSL35.33º78.95%22.35%-
HSV(B)35.33º88.24%40%-
XYZ7.446.631.24-
YUV70.0295.26150.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=56.98%
G=36.31%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102651200.360.880.635.3378.9522.35
Hex6641C024583C234f16
Octal14610114044130744311726
Binary11001101000001110001001001011000111100100011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66410C; }

 p { color: rgb(102,65,12); }

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

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

 a { background-color: rgb(102,65,12); }

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

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

 span { border-color: rgb(102,65,12); }

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