Html Css Color HEX #706866 Russett

📋 copy color: '#706866'

red 112 ◦ green 104 ◦ blue 102

#706866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Russett #706866

Tints of Russett #706866

RGB

 RED value IS 112 (44.14% from 255) = 35.22%

 GREEN value IS 104 (41.02% from 255) = 32.7%

 BLUE value IS 102 (40.23% from 255) = 32.08%

R = 35.22%
G = 32.7%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706866 (or 0x706866) is known color: Russett. HEX triplet: 70, 68 and 66. RGB value is (112,104,102). Sum of RGB (Red+Green+Blue) = 112+104+102=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #706866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706866 is #8F9799. Grayscale: #6A6A6A. Windows color (decimal): -9410458 or 6711408. OLE color: 6711408.

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

Color convert

RGB 112 104 102 -
CMYK 0 0.07 0.09 0.56
HSL 12º 0.05% 0.42% -
HSV(B) 12º 0.09% 0.44% -
XYZ 14.03 14.3 14.59 -
YUV 106.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 112 104 102 0 0.07 0.09 0.56 12 0.05 0.42
Hex 70 68 66 0 7 9 38 C 5 2A
Octal 160 150 146 0 7 11 70 14 5 52
Binary 1110000 1101000 1100110 0 111 1001 111000 1100 101 101010

Color Harmonies of #706866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706866

Black with #706866

Text Example


Text Example

White with #706866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706866; }

 p { color: rgb(112,104,102); }

 H1.HeaderClassName
 {
   color: #706866;
 }
 .AnyTagClassName
 {
   color: #706866;
 }
</style>

background-color css

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

 a { background-color: rgb(112,104,102); }

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

border-color css

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

 span { border-color: rgb(112,104,102); }

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