#66410F

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

Shades of Raw Umber #66410F

Tints of Raw Umber #66410F

Color information

#66410F (or 0x66410F) is unknown color: approx Raw Umber. HEX triplet: 66, 41 and 0F. RGB value is (102,65,15). Sum of RGB (Red+Green+Blue) = 102+65+15=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #66410F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66410F is #99BEF0. Grayscale: #464646. Windows color (decimal): -10075889 or 999782. OLE color: 999782.

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

Color convert

RGB1026515-
CMYK00.360.850.6
HSL34.48º74.36%22.94%-
HSV(B)34.48º85.29%40%-
XYZ7.466.641.34-
YUV70.3696.76150.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.04%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=56.04%
G=35.71%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102651500.360.850.634.4874.3622.94
Hex6641F024553C224a17
Octal14610117044125744211227
Binary11001101000001111101001001010101111100100010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66410F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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