#66460E

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

Shades of Raw Umber #66460E

Tints of Raw Umber #66460E

Color information

#66460E (or 0x66460E) is unknown color: approx Raw Umber. HEX triplet: 66, 46 and 0E. RGB value is (102,70,14). Sum of RGB (Red+Green+Blue) = 102+70+14=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #66460E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66460E is #99B9F1. Grayscale: #494949. Windows color (decimal): -10074610 or 935526. OLE color: 935526.

HSL color Cylindrical-coordinate representation of color #66460E: hue angle of 38.18º 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 #66460E is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB1027014-
CMYK00.310.860.6
HSL38.18º75.86%22.75%-
HSV(B)38.18º86.27%40%-
XYZ7.757.241.4-
YUV73.1894.6148.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 54.84%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=54.84%
G=37.63%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102701400.310.860.638.1875.8622.75
Hex6646E01F563C264c17
Octal14610616037126744611427
Binary1100110100011011100111111010110111100100110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66460E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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