#764614

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

Shades of Raw Umber #764614

Tints of Raw Umber #764614

Color information

#764614 (or 0x764614) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 14. RGB value is (118,70,20). Sum of RGB (Red+Green+Blue) = 118+70+20=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 20 (8.20% from 255 or 9.62% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #764614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764614 is #89B9EB. Grayscale: #4E4E4E. Windows color (decimal): -9026028 or 1328758. OLE color: 1328758.

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

Color convert

RGB1187020-
CMYK00.410.830.54
HSL30.61º71.01%27.06%-
HSV(B)30.61º83.05%46.27%-
XYZ9.798.281.74-
YUV78.6594.9156.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 20 (8.20% from 255) = 9.62%
R=56.73%
G=33.65%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118702000.410.830.5430.6171.0127.06
Hex76461402953361f471b
Octal16610624051123663710733
Binary11101101000110101000101001101001111011011111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764614; }

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

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

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

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

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

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

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

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