#764211

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

Shades of Raw Umber #764211

Tints of Raw Umber #764211

Color information

#764211 (or 0x764211) is unknown color: approx Raw Umber. HEX triplet: 76, 42 and 11. RGB value is (118,66,17). Sum of RGB (Red+Green+Blue) = 118+66+17=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 17 (7.03% from 255 or 8.46% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #764211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764211 is #89BDEE. Grayscale: #4C4C4C. Windows color (decimal): -9027055 or 1131126. OLE color: 1131126.

HSL color Cylindrical-coordinate representation of color #764211: hue angle of 29.11º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #764211 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB1186617-
CMYK00.440.860.54
HSL29.11º74.81%26.47%-
HSV(B)29.11º85.59%46.27%-
XYZ9.527.791.53-
YUV75.9694.73157.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.71%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 17 (7.03% from 255) = 8.46%
R=58.71%
G=32.84%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118661700.440.860.5429.1174.8126.47
Hex76421102C56361d4b1a
Octal16610221054126663511332
Binary11101101000010100010101100101011011011011101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764211; }

 p { color: rgb(118,66,17); }

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

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

 a { background-color: rgb(118,66,17); }

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

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

 span { border-color: rgb(118,66,17); }

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