#765E40

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

Shades of Shingle Fawn #765E40

Tints of Shingle Fawn #765E40

Color information

#765E40 (or 0x765E40) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5E and 40. RGB value is (118,94,64). Sum of RGB (Red+Green+Blue) = 118+94+64=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #765E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765E40 is #89A1BF. Grayscale: #616161. Windows color (decimal): -9019840 or 4218486. OLE color: 4218486.

HSL color Cylindrical-coordinate representation of color #765E40: hue angle of 33.33º 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 #765E40 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.54.

Color convert

RGB1189464-
CMYK00.200.460.54
HSL33.33º29.67%35.69%-
HSV(B)33.33º45.76%46.27%-
XYZ12.412.236.56-
YUV97.76108.95142.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 94 (37.11% from 255) = 34.06%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=42.75%
G=34.06%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118946400.200.460.5433.3329.6735.69
Hex765E400142E36211e24
Octal1661361000245666413644
Binary11101101011110100000001010010111011011010000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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