#66500E

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

Shades of Raw Umber #66500E

Tints of Raw Umber #66500E

Color information

#66500E (or 0x66500E) is unknown color: approx Raw Umber. HEX triplet: 66, 50 and 0E. RGB value is (102,80,14). Sum of RGB (Red+Green+Blue) = 102+80+14=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 80 (31.64% from 255 or 40.82% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66500E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66500E is #99AFF1. Grayscale: #4F4F4F. Windows color (decimal): -10072050 or 938086. OLE color: 938086.

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

Color convert

RGB1028014-
CMYK00.220.860.6
HSL45º75.86%22.75%-
HSV(B)45º86.27%40%-
XYZ8.438.591.63-
YUV79.0591.29144.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 80 (31.64% from 255) = 40.82%
BLUE value IS 14 (5.86% from 255) = 7.14%
R=52.04%
G=40.82%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102801400.220.860.64575.8622.75
Hex6650E016563C2d4c17
Octal14612016026126745511427
Binary1100110101000011100101101010110111100101101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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