#765D3A

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

Shades of Shingle Fawn #765D3A

Tints of Shingle Fawn #765D3A

Color information

#765D3A (or 0x765D3A) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5D and 3A. RGB value is (118,93,58). Sum of RGB (Red+Green+Blue) = 118+93+58=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #765D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D3A is #89A2C5. Grayscale: #606060. Windows color (decimal): -9020102 or 3825014. OLE color: 3825014.

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

Color convert

RGB1189358-
CMYK00.210.510.54
HSL35º34.09%34.51%-
HSV(B)35º50.85%46.27%-
XYZ12.1511.995.68-
YUV96.48106.28143.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.87%
GREEN value IS 93 (36.72% from 255) = 34.57%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=43.87%
G=34.57%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118935800.210.510.543534.0934.51
Hex765D3A0153336232223
Octal166135720256366434243
Binary11101101011101111010010101110011110110100011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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