#766004

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

Shades of Raw Umber #766004

Tints of Raw Umber #766004

Color information

#766004 (or 0x766004) is unknown color: approx Raw Umber. HEX triplet: 76, 60 and 04. RGB value is (118,96,4). Sum of RGB (Red+Green+Blue) = 118+96+4=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766004 is #899FFB. Grayscale: #5C5C5C. Windows color (decimal): -9019388 or 286838. OLE color: 286838.

HSL color Cylindrical-coordinate representation of color #766004: hue angle of 48.42º 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 #766004 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB118964-
CMYK00.190.970.54
HSL48.42º93.44%23.92%-
HSV(B)48.42º96.61%46.27%-
XYZ11.6812.231.86-
YUV92.0978.29146.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.13%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=54.13%
G=44.04%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11896400.190.970.5448.4293.4423.92
Hex766040136136305d18
Octal1661404023141666013530
Binary111011011000001000100111100001110110110000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766004; }

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

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

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

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

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

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

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

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