#66500C

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

Shades of Raw Umber #66500C

Tints of Raw Umber #66500C

Color information

#66500C (or 0x66500C) is unknown color: approx Raw Umber. HEX triplet: 66, 50 and 0C. RGB value is (102,80,12). Sum of RGB (Red+Green+Blue) = 102+80+12=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #66500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66500C is #99AFF3. Grayscale: #4F4F4F. Windows color (decimal): -10072052 or 807014. OLE color: 807014.

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

Color convert

RGB1028012-
CMYK00.220.880.6
HSL45.33º78.95%22.35%-
HSV(B)45.33º88.24%40%-
XYZ8.418.591.56-
YUV78.8390.29144.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 80 (31.64% from 255) = 41.24%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=52.58%
G=41.24%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102801200.220.880.645.3378.9522.35
Hex6650C016583C2d4f16
Octal14612014026130745511726
Binary1100110101000011000101101011000111100101101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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