#66460D

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

Shades of Raw Umber #66460D

Tints of Raw Umber #66460D

Color information

#66460D (or 0x66460D) is unknown color: approx Raw Umber. HEX triplet: 66, 46 and 0D. RGB value is (102,70,13). Sum of RGB (Red+Green+Blue) = 102+70+13=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 70 (27.73% from 255 or 37.84% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #66460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66460D is #99B9F2. Grayscale: #494949. Windows color (decimal): -10074611 or 869990. OLE color: 869990.

HSL color Cylindrical-coordinate representation of color #66460D: hue angle of 38.43º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66460D is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB1027013-
CMYK00.310.870.6
HSL38.43º77.39%22.55%-
HSV(B)38.43º87.25%40%-
XYZ7.747.231.37-
YUV73.0794.1148.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 70 (27.73% from 255) = 37.84%
BLUE value IS 13 (5.47% from 255) = 7.03%
R=55.14%
G=37.84%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102701300.310.870.638.4377.3922.55
Hex6646D01F573C264d17
Octal14610615037127744611527
Binary1100110100011011010111111010111111100100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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