#764612

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

Shades of Raw Umber #764612

Tints of Raw Umber #764612

Color information

#764612 (or 0x764612) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 12. RGB value is (118,70,18). Sum of RGB (Red+Green+Blue) = 118+70+18=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764612 is #89B9ED. Grayscale: #4E4E4E. Windows color (decimal): -9026030 or 1197686. OLE color: 1197686.

HSL color Cylindrical-coordinate representation of color #764612: hue angle of 31.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #764612 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB1187018-
CMYK00.410.850.54
HSL31.2º73.53%26.67%-
HSV(B)31.2º84.75%46.27%-
XYZ9.778.281.65-
YUV78.4293.9156.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 18 (7.42% from 255) = 8.74%
R=57.28%
G=33.98%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118701800.410.850.5431.273.5326.67
Hex76461202955361f4a1b
Octal16610622051125663711233
Binary11101101000110100100101001101010111011011111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764612; }

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

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

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

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

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

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

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

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