#76560A

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

Shades of Raw Umber #76560A

Tints of Raw Umber #76560A

Color information

#76560A (or 0x76560A) is unknown color: approx Raw Umber. HEX triplet: 76, 56 and 0A. RGB value is (118,86,10). Sum of RGB (Red+Green+Blue) = 118+86+10=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #76560A is #89A9F5. Grayscale: #575757. Windows color (decimal): -9021942 or 677494. OLE color: 677494.

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

Color convert

RGB1188610-
CMYK00.270.920.54
HSL42.22º84.38%25.1%-
HSV(B)42.22º91.53%46.27%-
XYZ10.8510.531.75-
YUV86.984.6150.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.14%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 10 (4.30% from 255) = 4.67%
R=55.14%
G=40.19%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118861000.270.920.5442.2284.3825.1
Hex7656A01B5C362a5419
Octal16612612033134665212431
Binary1110110101011010100110111011100110110101010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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