#705637

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

Shades of Shingle Fawn #705637

Tints of Shingle Fawn #705637

Color information

#705637 (or 0x705637) is unknown color: approx Shingle Fawn. HEX triplet: 70, 56 and 37. RGB value is (112,86,55). Sum of RGB (Red+Green+Blue) = 112+86+55=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #705637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705637 is #8FA9C8. Grayscale: #5A5A5A. Windows color (decimal): -9415113 or 3626608. OLE color: 3626608.

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

Color convert

RGB1128655-
CMYK00.230.510.56
HSL32.63º34.13%32.75%-
HSV(B)32.63º50.89%43.92%-
XYZ10.710.385.05-
YUV90.24108.11143.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 55 (21.88% from 255) = 21.74%
R=44.27%
G=33.99%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112865500.230.510.5632.6334.1332.75
Hex7056370173338212221
Octal160126670276370414241
Binary11100001010110110111010111110011111000100001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705637; }

 p { color: rgb(112,86,55); }

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

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

 a { background-color: rgb(112,86,55); }

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

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

 span { border-color: rgb(112,86,55); }

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