#765C40

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

Shades of Shingle Fawn #765C40

Tints of Shingle Fawn #765C40

Color information

#765C40 (or 0x765C40) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5C and 40. RGB value is (118,92,64). Sum of RGB (Red+Green+Blue) = 118+92+64=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #765C40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C40 is #89A3BF. Grayscale: #606060. Windows color (decimal): -9020352 or 4217974. OLE color: 4217974.

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

Color convert

RGB1189264-
CMYK00.220.460.54
HSL31.11º29.67%35.69%-
HSV(B)31.11º45.76%46.27%-
XYZ12.2211.886.5-
YUV96.58109.61143.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 92 (36.33% from 255) = 33.58%
BLUE value IS 64 (25.39% from 255) = 23.36%
R=43.07%
G=33.58%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118926400.220.460.5431.1129.6735.69
Hex765C400162E361f1e24
Octal1661341000265666373644
Binary1110110101110010000000101101011101101101111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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