#765116

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

Shades of Raw Umber #765116

Tints of Raw Umber #765116

Color information

#765116 (or 0x765116) is unknown color: approx Raw Umber. HEX triplet: 76, 51 and 16. RGB value is (118,81,22). Sum of RGB (Red+Green+Blue) = 118+81+22=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 81 (32.03% from 255 or 36.65% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #765116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765116 is #89AEE9. Grayscale: #555555. Windows color (decimal): -9023210 or 1462646. OLE color: 1462646.

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

Color convert

RGB1188122-
CMYK00.310.810.54
HSL36.88º68.57%27.45%-
HSV(B)36.88º81.36%46.27%-
XYZ10.569.792.09-
YUV85.3492.26151.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 81 (32.03% from 255) = 36.65%
BLUE value IS 22 (8.98% from 255) = 9.95%
R=53.39%
G=36.65%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118812200.310.810.5436.8868.5727.45
Hex76511601F513625451b
Octal16612126037121664510533
Binary11101101010001101100111111010001110110100101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765116; }

 p { color: rgb(118,81,22); }

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

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

 a { background-color: rgb(118,81,22); }

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

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

 span { border-color: rgb(118,81,22); }

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