#705936

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

Shades of Shingle Fawn #705936

Tints of Shingle Fawn #705936

Color information

#705936 (or 0x705936) is unknown color: approx Shingle Fawn. HEX triplet: 70, 59 and 36. RGB value is (112,89,54). Sum of RGB (Red+Green+Blue) = 112+89+54=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #705936 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705936 is #8FA6C9. Grayscale: #5C5C5C. Windows color (decimal): -9414346 or 3561840. OLE color: 3561840.

HSL color Cylindrical-coordinate representation of color #705936: hue angle of 36.21º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #705936 is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB1128954-
CMYK00.210.520.56
HSL36.21º34.94%32.55%-
HSV(B)36.21º51.79%43.92%-
XYZ10.9210.865.01-
YUV91.89106.62142.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 54 (21.48% from 255) = 21.18%
R=43.92%
G=34.90%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112895400.210.520.5636.2134.9432.55
Hex7059360153438242321
Octal160131660256470444341
Binary11100001011001110110010101110100111000100100100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705936; }

 p { color: rgb(112,89,54); }

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

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

 a { background-color: rgb(112,89,54); }

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

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

 span { border-color: rgb(112,89,54); }

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