#764009

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

Shades of Raw Umber #764009

Tints of Raw Umber #764009

Color information

#764009 (or 0x764009) is unknown color: approx Raw Umber. HEX triplet: 76, 40 and 09. RGB value is (118,64,9). Sum of RGB (Red+Green+Blue) = 118+64+9=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #764009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764009 is #89BFF6. Grayscale: #4A4A4A. Windows color (decimal): -9027575 or 606326. OLE color: 606326.

HSL color Cylindrical-coordinate representation of color #764009: hue angle of 30.28º degrees, saturation: 0.86, 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 #764009 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB118649-
CMYK00.460.920.54
HSL30.28º85.83%24.9%-
HSV(B)30.28º92.37%46.27%-
XYZ9.357.541.22-
YUV73.8891.39159.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.78%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 9 (3.91% from 255) = 4.71%
R=61.78%
G=33.51%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11864900.460.920.5430.2885.8324.9
Hex7640902E5C361e5619
Octal16610011056134663612631
Binary1110110100000010010101110101110011011011110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764009; }

 p { color: rgb(118,64,9); }

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

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

 a { background-color: rgb(118,64,9); }

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

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

 span { border-color: rgb(118,64,9); }

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