#66580B

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

Shades of Raw Umber #66580B

Tints of Raw Umber #66580B

Color information

#66580B (or 0x66580B) is unknown color: approx Raw Umber. HEX triplet: 66, 58 and 0B. RGB value is (102,88,11). Sum of RGB (Red+Green+Blue) = 102+88+11=201 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.75% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 102 - color contains mainly: red. Hex color #66580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #66580B is #99A7F4. Grayscale: #535353. Windows color (decimal): -10070005 or 743526. OLE color: 743526.

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

Color convert

RGB1028811-
CMYK00.140.890.6
HSL50.77º80.53%22.16%-
HSV(B)50.77º89.22%40%-
XYZ9.039.831.74-
YUV83.4187.14141.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.75%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 11 (4.69% from 255) = 5.47%
R=50.75%
G=43.78%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.89
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102881100.140.890.650.7780.5322.16
Hex6658B0E593C335116
Octal14613013016131746312126
Binary110011010110001011011101011001111100110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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