Html Css Color HEX #706966 Russett

📋 copy color: '#706966'

red 112 ◦ green 105 ◦ blue 102

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

Shades of Russett #706966

Tints of Russett #706966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.92%

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

R = 35.11%
G = 32.92%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#706966 (or 0x706966) is known color: Russett. HEX triplet: 70, 69 and 66. RGB value is (112,105,102). Sum of RGB (Red+Green+Blue) = 112+105+102=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 112 - color contains mainly: red. Hex color #706966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706966 is #8F9699. Grayscale: #6A6A6A. Windows color (decimal): -9410202 or 6711664. OLE color: 6711664.

HSL color Cylindrical-coordinate representation of color #706966: hue angle of 18º 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 #706966 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 105 102 -
CMYK 0 0.06 0.09 0.56
HSL 18º 0.05% 0.42% -
HSV(B) 18º 0.09% 0.44% -
XYZ 14.13 14.51 14.63 -
YUV 106.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 112 105 102 0 0.06 0.09 0.56 18 0.05 0.42
Hex 70 69 66 0 6 9 38 12 5 2A
Octal 160 151 146 0 6 11 70 22 5 52
Binary 1110000 1101001 1100110 0 110 1001 111000 10010 101 101010

Color Harmonies of #706966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706966

Black with #706966

Text Example


Text Example

White with #706966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706966; }

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

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

background-color css

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

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

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

border-color css

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

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

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