#764C04

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

Shades of Raw Umber #764C04

Tints of Raw Umber #764C04

Color information

#764C04 (or 0x764C04) is unknown color: approx Raw Umber. HEX triplet: 76, 4C and 04. RGB value is (118,76,4). Sum of RGB (Red+Green+Blue) = 118+76+4=198 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.60% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 118 - color contains mainly: red. Hex color #764C04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764C04 is #89B3FB. Grayscale: #505050. Windows color (decimal): -9024508 or 281718. OLE color: 281718.

HSL color Cylindrical-coordinate representation of color #764C04: hue angle of 37.89º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #764C04 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118764-
CMYK00.360.970.54
HSL37.89º93.44%23.92%-
HSV(B)37.89º96.61%46.27%-
XYZ10.089.031.33-
YUV80.3584.91154.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.60%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 4 (1.95% from 255) = 2.02%
R=59.60%
G=38.38%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11876400.360.970.5437.8993.4423.92
Hex764C40246136265d18
Octal1661144044141664613530
Binary1110110100110010001001001100001110110100110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764C04; }

 p { color: rgb(118,76,4); }

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

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

 a { background-color: rgb(118,76,4); }

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

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

 span { border-color: rgb(118,76,4); }

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