#706965

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

Shades of Russett #706965

Tints of Russett #706965

Color information

#706965 (or 0x706965) is unknown color: approx Russett. HEX triplet: 70, 69 and 65. RGB value is (112,105,101). Sum of RGB (Red+Green+Blue) = 112+105+101=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706965 is #8F969A. Grayscale: #6A6A6A. Windows color (decimal): -9410203 or 6646128. OLE color: 6646128.

HSL color Cylindrical-coordinate representation of color #706965: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #706965 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB112105101-
CMYK00.060.100.56
HSL21.82º5.16%41.76%-
HSV(B)21.82º9.82%43.92%-
XYZ14.0814.4914.37-
YUV106.64124.82131.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=35.22%
G=33.02%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210510100.060.100.5621.825.1641.76
Hex70696506A381652a
Octal16015114506127026552
Binary1110000110100111001010110101011100010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706965; }

 p { color: rgb(112,105,101); }

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

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

 a { background-color: rgb(112,105,101); }

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

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

 span { border-color: rgb(112,105,101); }

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