#705633

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

Shades of Shingle Fawn #705633

Tints of Shingle Fawn #705633

Color information

#705633 (or 0x705633) is unknown color: approx Shingle Fawn. HEX triplet: 70, 56 and 33. RGB value is (112,86,51). Sum of RGB (Red+Green+Blue) = 112+86+51=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 51 (20.31% from 255 or 20.48% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #705633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705633 is #8FA9CC. Grayscale: #595959. Windows color (decimal): -9415117 or 3364464. OLE color: 3364464.

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

Color convert

RGB1128651-
CMYK00.230.540.56
HSL34.43º37.42%31.96%-
HSV(B)34.43º54.46%43.92%-
XYZ10.6110.344.57-
YUV89.78106.11143.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 51 (20.31% from 255) = 20.48%
R=44.98%
G=34.54%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112865100.230.540.5634.4337.4231.96
Hex7056330173638222520
Octal160126630276670424540
Binary11100001010110110011010111110110111000100010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705633; }

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

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

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

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

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

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

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

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