#765D40

Color #765D40 Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #765D40

Tints of Shingle Fawn #765D40

Color information

#765D40 (or 0x765D40) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5D and 40. RGB value is (118,93,64). Sum of RGB (Red+Green+Blue) = 118+93+64=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #765D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D40 is #89A2BF. Grayscale: #616161. Windows color (decimal): -9020096 or 4218230. OLE color: 4218230.

HSL color Cylindrical-coordinate representation of color #765D40: hue angle of 32.22º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #765D40 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1189364-
CMYK00.210.460.54
HSL32.22º29.67%35.69%-
HSV(B)32.22º45.76%46.27%-
XYZ12.3112.056.53-
YUV97.17109.28142.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 93 (36.72% from 255) = 33.82%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=42.91%
G=33.82%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118936400.210.460.5432.2229.6735.69
Hex765D400152E36201e24
Octal1661351000255666403644
Binary11101101011101100000001010110111011011010000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765D40; }

 p { color: rgb(118,93,64); }

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

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

 a { background-color: rgb(118,93,64); }

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

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

 span { border-color: rgb(118,93,64); }

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