#70605C

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

Shades of Russett #70605C

Tints of Russett #70605C

Color information

#70605C (or 0x70605C) is unknown color: approx Russett. HEX triplet: 70, 60 and 5C. RGB value is (112,96,92). Sum of RGB (Red+Green+Blue) = 112+96+92=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 96 (37.89% from 255 or 32% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 112 - color contains mainly: red. Hex color #70605C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70605C is #8F9FA3. Grayscale: #646464. Windows color (decimal): -9412516 or 6054000. OLE color: 6054000.

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

Color convert

RGB1129692-
CMYK00.140.180.56
HSL12º9.8%40%-
HSV(B)12º17.86%43.92%-
XYZ12.812.5811.88-
YUV100.33123.3136.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 96 (37.89% from 255) = 32%
BLUE value IS 92 (36.33% from 255) = 30.67%
R=37.33%
G=32%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112969200.140.180.56129.840
Hex70605C0E1238ca28
Octal1601401340162270141250
Binary111000011000001011100011101001011100011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70605C; }

 p { color: rgb(112,96,92); }

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

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

 a { background-color: rgb(112,96,92); }

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

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

 span { border-color: rgb(112,96,92); }

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