#66510C

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

Shades of Raw Umber #66510C

Tints of Raw Umber #66510C

Color information

#66510C (or 0x66510C) is unknown color: approx Raw Umber. HEX triplet: 66, 51 and 0C. RGB value is (102,81,12). Sum of RGB (Red+Green+Blue) = 102+81+12=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66510C is #99AEF3. Grayscale: #4F4F4F. Windows color (decimal): -10071796 or 807270. OLE color: 807270.

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

Color convert

RGB1028112-
CMYK00.210.880.6
HSL46º78.95%22.35%-
HSV(B)46º88.24%40%-
XYZ8.498.741.59-
YUV79.4189.96144.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 12 (5.08% from 255) = 6.15%
R=52.31%
G=41.54%
B=6.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102811200.210.880.64678.9522.35
Hex6651C015583C2e4f16
Octal14612114025130745611726
Binary1100110101000111000101011011000111100101110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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