#764406

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

Shades of Raw Umber #764406

Tints of Raw Umber #764406

Color information

#764406 (or 0x764406) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 06. RGB value is (118,68,6). Sum of RGB (Red+Green+Blue) = 118+68+6=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #764406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764406 is #89BBF9. Grayscale: #4C4C4C. Windows color (decimal): -9026554 or 410742. OLE color: 410742.

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

Color convert

RGB118686-
CMYK00.420.950.54
HSL33.21º90.32%24.31%-
HSV(B)33.21º94.92%46.27%-
XYZ9.5781.21-
YUV75.8888.56158.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 6 (2.73% from 255) = 3.12%
R=61.46%
G=35.42%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11868600.420.950.5433.2190.3224.31
Hex7644602A5F36215a18
Octal1661046052137664113230
Binary1110110100010011001010101011111110110100001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764406; }

 p { color: rgb(118,68,6); }

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

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

 a { background-color: rgb(118,68,6); }

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

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

 span { border-color: rgb(118,68,6); }

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