#765B34

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

Shades of Shingle Fawn #765B34

Tints of Shingle Fawn #765B34

Color information

#765B34 (or 0x765B34) is unknown color: approx Shingle Fawn. HEX triplet: 76, 5B and 34. RGB value is (118,91,52). Sum of RGB (Red+Green+Blue) = 118+91+52=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #765B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B34 is #89A4CB. Grayscale: #5E5E5E. Windows color (decimal): -9020620 or 3431286. OLE color: 3431286.

HSL color Cylindrical-coordinate representation of color #765B34: hue angle of 35.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #765B34 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.54.

Color convert

RGB1189152-
CMYK00.230.560.54
HSL35.45º38.82%33.33%-
HSV(B)35.45º55.93%46.27%-
XYZ11.8311.584.86-
YUV94.63103.95144.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=45.21%
G=34.87%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.56
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118915200.230.560.5435.4538.8233.33
Hex765B340173836232721
Octal166133640277066434741
Binary11101101011011110100010111111000110110100011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,91,52); }

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

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

 a { background-color: rgb(118,91,52); }

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

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

 span { border-color: rgb(118,91,52); }

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