#764606

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

Shades of Raw Umber #764606

Tints of Raw Umber #764606

Color information

#764606 (or 0x764606) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 06. RGB value is (118,70,6). Sum of RGB (Red+Green+Blue) = 118+70+6=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #764606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764606 is #89B9F9. Grayscale: #4D4D4D. Windows color (decimal): -9026042 or 411254. OLE color: 411254.

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

Color convert

RGB118706-
CMYK00.410.950.54
HSL34.29º90.32%24.31%-
HSV(B)34.29º94.92%46.27%-
XYZ9.698.251.25-
YUV77.0687.9157.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=60.82%
G=36.08%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11870600.410.950.5434.2990.3224.31
Hex764660295F36225a18
Octal1661066051137664213230
Binary1110110100011011001010011011111110110100010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764606; }

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

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

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

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

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

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

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

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