#765635

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

Shades of Shingle Fawn #765635

Tints of Shingle Fawn #765635

Color information

#765635 (or 0x765635) is unknown color: approx Shingle Fawn. HEX triplet: 76, 56 and 35. RGB value is (118,86,53). Sum of RGB (Red+Green+Blue) = 118+86+53=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765635 is #89A9CA. Grayscale: #5B5B5B. Windows color (decimal): -9021899 or 3495542. OLE color: 3495542.

HSL color Cylindrical-coordinate representation of color #765635: hue angle of 30.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #765635 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB1188653-
CMYK00.270.550.54
HSL30.46º38.01%33.53%-
HSV(B)30.46º55.08%46.27%-
XYZ11.4410.764.84-
YUV91.81106.1146.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=45.91%
G=33.46%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118865300.270.550.5430.4638.0133.53
Hex76563501B37361e2622
Octal166126650336766364642
Binary1110110101011011010101101111011111011011110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765635; }

 p { color: rgb(118,86,53); }

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

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

 a { background-color: rgb(118,86,53); }

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

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

 span { border-color: rgb(118,86,53); }

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