#765614

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

Shades of Raw Umber #765614

Tints of Raw Umber #765614

Color information

#765614 (or 0x765614) is unknown color: approx Raw Umber. HEX triplet: 76, 56 and 14. RGB value is (118,86,20). Sum of RGB (Red+Green+Blue) = 118+86+20=224 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.68% from 224); Green value is 86 (33.98% from 255 or 38.39% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 118 - color contains mainly: red. Hex color #765614 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765614 is #89A9EB. Grayscale: #585858. Windows color (decimal): -9021932 or 1332854. OLE color: 1332854.

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

Color convert

RGB1188620-
CMYK00.270.830.54
HSL40.41º71.01%27.06%-
HSV(B)40.41º83.05%46.27%-
XYZ10.9310.562.12-
YUV88.0489.6149.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.68%
GREEN value IS 86 (33.98% from 255) = 38.39%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=52.68%
G=38.39%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118862000.270.830.5440.4171.0127.06
Hex76561401B533628471b
Octal16612624033123665010733
Binary11101101010110101000110111010011110110101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765614; }

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

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

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

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

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

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

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

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