#66500D

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

Shades of Raw Umber #66500D

Tints of Raw Umber #66500D

Color information

#66500D (or 0x66500D) is unknown color: approx Raw Umber. HEX triplet: 66, 50 and 0D. RGB value is (102,80,13). Sum of RGB (Red+Green+Blue) = 102+80+13=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66500D is #99AFF2. Grayscale: #4F4F4F. Windows color (decimal): -10072051 or 872550. OLE color: 872550.

HSL color Cylindrical-coordinate representation of color #66500D: hue angle of 45.17º 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 #66500D is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB1028013-
CMYK00.220.870.6
HSL45.17º77.39%22.55%-
HSV(B)45.17º87.25%40%-
XYZ8.428.591.6-
YUV78.9490.79144.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=52.31%
G=41.03%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.87
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102801300.220.870.645.1777.3922.55
Hex6650D016573C2d4d17
Octal14612015026127745511527
Binary1100110101000011010101101010111111100101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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