#66510E

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

Shades of Raw Umber #66510E

Tints of Raw Umber #66510E

Color information

#66510E (or 0x66510E) is unknown color: approx Raw Umber. HEX triplet: 66, 51 and 0E. RGB value is (102,81,14). Sum of RGB (Red+Green+Blue) = 102+81+14=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 81 (32.03% from 255 or 41.12% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66510E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66510E is #99AEF1. Grayscale: #4F4F4F. Windows color (decimal): -10071794 or 938342. OLE color: 938342.

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

Color convert

RGB1028114-
CMYK00.210.860.6
HSL45.68º75.86%22.75%-
HSV(B)45.68º86.27%40%-
XYZ8.58.741.65-
YUV79.6490.96143.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.78%
GREEN value IS 81 (32.03% from 255) = 41.12%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=51.78%
G=41.12%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102811400.210.860.645.6875.8622.75
Hex6651E015563C2e4c17
Octal14612116025126745611427
Binary1100110101000111100101011010110111100101110100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66510E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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