#66580A

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

Shades of Raw Umber #66580A

Tints of Raw Umber #66580A

Color information

#66580A (or 0x66580A) is unknown color: approx Raw Umber. HEX triplet: 66, 58 and 0A. RGB value is (102,88,10). Sum of RGB (Red+Green+Blue) = 102+88+10=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 88 (34.77% from 255 or 44% from 200); Blue value is 10 (4.30% from 255 or 5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66580A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66580A is #99A7F5. Grayscale: #535353. Windows color (decimal): -10070006 or 677990. OLE color: 677990.

HSL color Cylindrical-coordinate representation of color #66580A: hue angle of 50.87º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66580A is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.6.

Color convert

RGB1028810-
CMYK00.140.900.6
HSL50.87º82.14%21.96%-
HSV(B)50.87º90.2%40%-
XYZ9.029.831.71-
YUV83.2986.64141.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51%
GREEN value IS 88 (34.77% from 255) = 44%
BLUE value IS 10 (4.30% from 255) = 5%
R=51%
G=44%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102881000.140.900.650.8782.1421.96
Hex6658A0E5A3C335216
Octal14613012016132746312226
Binary110011010110001010011101011010111100110011101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66580A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66580A; }

 p { color: rgb(102,88,10); }

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

<style>
 a { background-color: #66580A; }

 a { background-color: rgb(102,88,10); }

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

<style>
 span { border-color: #66580A; }

 span { border-color: rgb(102,88,10); }

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