#76410B

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

Shades of Raw Umber #76410B

Tints of Raw Umber #76410B

Color information

#76410B (or 0x76410B) is unknown color: approx Raw Umber. HEX triplet: 76, 41 and 0B. RGB value is (118,65,11). Sum of RGB (Red+Green+Blue) = 118+65+11=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #76410B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76410B is #89BEF4. Grayscale: #4A4A4A. Windows color (decimal): -9027317 or 737654. OLE color: 737654.

HSL color Cylindrical-coordinate representation of color #76410B: hue angle of 30.28º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76410B is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB1186511-
CMYK00.450.910.54
HSL30.28º82.95%25.29%-
HSV(B)30.28º90.68%46.27%-
XYZ9.427.661.3-
YUV74.6992.06158.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=60.82%
G=33.51%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.91
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118651100.450.910.5430.2882.9525.29
Hex7641B02D5B361e5319
Octal16610113055133663612331
Binary1110110100000110110101101101101111011011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76410B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,65,11); }

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

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

 a { background-color: rgb(118,65,11); }

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

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

 span { border-color: rgb(118,65,11); }

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