#764905

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

Shades of Raw Umber #764905

Tints of Raw Umber #764905

Color information

#764905 (or 0x764905) is unknown color: approx Raw Umber. HEX triplet: 76, 49 and 05. RGB value is (118,73,5). Sum of RGB (Red+Green+Blue) = 118+73+5=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 73 (28.91% from 255 or 37.24% from 196); Blue value is 5 (2.34% from 255 or 2.55% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764905 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764905 is #89B6FA. Grayscale: #4F4F4F. Windows color (decimal): -9025275 or 346486. OLE color: 346486.

HSL color Cylindrical-coordinate representation of color #764905: hue angle of 36.11º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #764905 is Cyan = 0, Magento = 0.38, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB118735-
CMYK00.380.960.54
HSL36.11º91.87%24.12%-
HSV(B)36.11º95.76%46.27%-
XYZ9.888.631.29-
YUV78.786.41156.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 73 (28.91% from 255) = 37.24%
BLUE value IS 5 (2.34% from 255) = 2.55%
R=60.20%
G=37.24%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11873500.380.960.5436.1191.8724.12
Hex764950266036245c18
Octal1661115046140664413430
Binary1110110100100110101001101100000110110100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764905; }

 p { color: rgb(118,73,5); }

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

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

 a { background-color: rgb(118,73,5); }

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

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

 span { border-color: rgb(118,73,5); }

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