Html Css Color HEX #706662 Russett

📋 copy color: '#706662'

red 112 ◦ green 102 ◦ blue 98

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

Shades of Russett #706662

Tints of Russett #706662

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.69%

 BLUE value IS 98 (38.67% from 255) = 31.41%

R = 35.9%
G = 32.69%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706662 (or 0x706662) is known color: Russett. HEX triplet: 70, 66 and 62. RGB value is (112,102,98). Sum of RGB (Red+Green+Blue) = 112+102+98=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 98 (38.67% from 255 or 31.41% from 312); Max value from RGB is 112 - color contains mainly: red. Hex color #706662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706662 is #8F999D. Grayscale: #686868. Windows color (decimal): -9410974 or 6448752. OLE color: 6448752.

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

Color convert

RGB 112 102 98 -
CMYK 0 0.09 0.13 0.56
HSL 17.14º 0.07% 0.41% -
HSV(B) 17.14º 0.13% 0.44% -
XYZ 13.64 13.83 13.51 -
YUV 104.53 124.31 133.33 -
System Red Green Blue C M Y K H S L
Decimal 112 102 98 0 0.09 0.13 0.56 17.14 0.07 0.41
Hex 70 66 62 0 9 D 38 11 7 29
Octal 160 146 142 0 11 15 70 21 7 51
Binary 1110000 1100110 1100010 0 1001 1101 111000 10001 111 101001

Color Harmonies of #706662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706662

Black with #706662

Text Example


Text Example

White with #706662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706662; }

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

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

background-color css

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

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

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

border-color css

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

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

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