#70625F

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

Shades of Russett #70625F

Tints of Russett #70625F

Color information

#70625F (or 0x70625F) is unknown color: approx Russett. HEX triplet: 70, 62 and 5F. RGB value is (112,98,95). Sum of RGB (Red+Green+Blue) = 112+98+95=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 112 - color contains mainly: red. Hex color #70625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70625F is #8F9DA0. Grayscale: #656565. Windows color (decimal): -9412001 or 6251120. OLE color: 6251120.

HSL color Cylindrical-coordinate representation of color #70625F: hue angle of 10.59º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #70625F is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB1129895-
CMYK00.130.150.56
HSL10.59º8.21%40.59%-
HSV(B)10.59º15.18%43.92%-
XYZ13.1213.0112.65-
YUV101.84124.14135.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 98 (38.67% from 255) = 32.13%
BLUE value IS 95 (37.5% from 255) = 31.15%
R=36.72%
G=32.13%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112989500.130.150.5610.598.2140.59
Hex70625F0DF38b829
Octal1601421370151770131051
Binary11100001100010101111101101111111100010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70625F; }

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

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

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

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

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

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

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

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