#764414

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

Shades of Raw Umber #764414

Tints of Raw Umber #764414

Color information

#764414 (or 0x764414) is unknown color: approx Raw Umber. HEX triplet: 76, 44 and 14. RGB value is (118,68,20). Sum of RGB (Red+Green+Blue) = 118+68+20=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #764414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764414 is #89BBEB. Grayscale: #4D4D4D. Windows color (decimal): -9026540 or 1328246. OLE color: 1328246.

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

Color convert

RGB1186820-
CMYK00.420.830.54
HSL29.39º71.01%27.06%-
HSV(B)29.39º83.05%46.27%-
XYZ9.668.041.7-
YUV77.4895.56156.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=57.28%
G=33.01%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118682000.420.830.5429.3971.0127.06
Hex76441402A53361d471b
Octal16610424052123663510733
Binary11101101000100101000101010101001111011011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764414; }

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

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

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

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

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

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

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

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