#764510

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

Shades of Raw Umber #764510

Tints of Raw Umber #764510

Color information

#764510 (or 0x764510) is unknown color: approx Raw Umber. HEX triplet: 76, 45 and 10. RGB value is (118,69,16). Sum of RGB (Red+Green+Blue) = 118+69+16=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #764510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764510 is #89BAEF. Grayscale: #4D4D4D. Windows color (decimal): -9026288 or 1066358. OLE color: 1066358.

HSL color Cylindrical-coordinate representation of color #764510: hue angle of 31.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #764510 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1186916-
CMYK00.420.860.54
HSL31.18º76.12%26.27%-
HSV(B)31.18º86.44%46.27%-
XYZ9.698.151.55-
YUV77.6193.23156.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=58.13%
G=33.99%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118691600.420.860.5431.1876.1226.27
Hex76451002A56361f4c1a
Octal16610520052126663711432
Binary11101101000101100000101010101011011011011111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764510; }

 p { color: rgb(118,69,16); }

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

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

 a { background-color: rgb(118,69,16); }

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

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

 span { border-color: rgb(118,69,16); }

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