#705F5B

Color #705F5B Russett (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russett #705F5B

Tints of Russett #705F5B

Color information

#705F5B (or 0x705F5B) is unknown color: approx Russett. HEX triplet: 70, 5F and 5B. RGB value is (112,95,91). Sum of RGB (Red+Green+Blue) = 112+95+91=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 112 - color contains mainly: red. Hex color #705F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F5B is #8FA0A4. Grayscale: #636363. Windows color (decimal): -9412773 or 5988208. OLE color: 5988208.

HSL color Cylindrical-coordinate representation of color #705F5B: hue angle of 11.43º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #705F5B is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1129591-
CMYK00.150.190.56
HSL11.43º10.34%39.8%-
HSV(B)11.43º18.75%43.92%-
XYZ12.6612.3811.62-
YUV99.63123.13136.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 95 (37.5% from 255) = 31.88%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=37.58%
G=31.88%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112959100.150.190.5611.4310.3439.8
Hex705F5B0F1338ba28
Octal1601371330172370131250
Binary111000010111111011011011111001111100010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F5B; }

 p { color: rgb(112,95,91); }

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

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

 a { background-color: rgb(112,95,91); }

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

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

 span { border-color: rgb(112,95,91); }

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