#764613

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

Shades of Raw Umber #764613

Tints of Raw Umber #764613

Color information

#764613 (or 0x764613) is unknown color: approx Raw Umber. HEX triplet: 76, 46 and 13. RGB value is (118,70,19). Sum of RGB (Red+Green+Blue) = 118+70+19=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #764613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764613 is #89B9EC. Grayscale: #4E4E4E. Windows color (decimal): -9026029 or 1263222. OLE color: 1263222.

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

Color convert

RGB1187019-
CMYK00.410.840.54
HSL30.91º72.26%26.86%-
HSV(B)30.91º83.9%46.27%-
XYZ9.788.281.7-
YUV78.5494.4156.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=57.00%
G=33.82%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118701900.410.840.5430.9172.2626.86
Hex76461302954361f481b
Octal16610623051124663711033
Binary11101101000110100110101001101010011011011111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764613; }

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

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

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

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

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

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

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

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