#706B69

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

Shades of Russett #706B69

Tints of Russett #706B69

Color information

#706B69 (or 0x706B69) is unknown color: approx Russett. HEX triplet: 70, 6B and 69. RGB value is (112,107,105). Sum of RGB (Red+Green+Blue) = 112+107+105=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 112 - color contains mainly: red. Hex color #706B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B69 is #8F9496. Grayscale: #6C6C6C. Windows color (decimal): -9409687 or 6908784. OLE color: 6908784.

HSL color Cylindrical-coordinate representation of color #706B69: hue angle of 17.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #706B69 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB112107105-
CMYK00.040.060.56
HSL17.14º3.23%42.55%-
HSV(B)17.14º6.25%43.92%-
XYZ14.4914.9815.49-
YUV108.27126.16130.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.57%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=34.57%
G=33.02%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210710500.040.060.5617.143.2342.55
Hex706B69046381132b
Octal1601531510467021353
Binary11100001101011110100101001101110001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706B69; }

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

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

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

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

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

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

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

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