#765608

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

Shades of Raw Umber #765608

Tints of Raw Umber #765608

Color information

#765608 (or 0x765608) is unknown color: approx Raw Umber. HEX triplet: 76, 56 and 08. RGB value is (118,86,8). Sum of RGB (Red+Green+Blue) = 118+86+8=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #765608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765608 is #89A9F7. Grayscale: #575757. Windows color (decimal): -9021944 or 546422. OLE color: 546422.

HSL color Cylindrical-coordinate representation of color #765608: hue angle of 42.55º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #765608 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB118868-
CMYK00.270.930.54
HSL42.55º87.3%24.71%-
HSV(B)42.55º93.22%46.27%-
XYZ10.8410.521.69-
YUV86.6883.6150.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=55.66%
G=40.57%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11886800.270.930.5442.5587.324.71
Hex7656801B5D362b5719
Octal16612610033135665312731
Binary1110110101011010000110111011101110110101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765608; }

 p { color: rgb(118,86,8); }

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

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

 a { background-color: rgb(118,86,8); }

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

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

 span { border-color: rgb(118,86,8); }

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