#765516

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

Shades of Raw Umber #765516

Tints of Raw Umber #765516

Color information

#765516 (or 0x765516) is unknown color: approx Raw Umber. HEX triplet: 76, 55 and 16. RGB value is (118,85,22). Sum of RGB (Red+Green+Blue) = 118+85+22=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 22 (8.98% from 255 or 9.78% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #765516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765516 is #89AAE9. Grayscale: #575757. Windows color (decimal): -9022186 or 1463670. OLE color: 1463670.

HSL color Cylindrical-coordinate representation of color #765516: hue angle of 39.38º 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 #765516 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB1188522-
CMYK00.280.810.54
HSL39.38º68.57%27.45%-
HSV(B)39.38º81.36%46.27%-
XYZ10.8610.412.2-
YUV87.6890.93149.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 22 (8.98% from 255) = 9.78%
R=52.44%
G=37.78%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118852200.280.810.5439.3868.5727.45
Hex76551601C513627451b
Octal16612526034121664710533
Binary11101101010101101100111001010001110110100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765516; }

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

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

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

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

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

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

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

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