Html Css Color HEX #706663 Russett

📋 copy color: '#706663'

red 112 ◦ green 102 ◦ blue 99

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

Shades of Russett #706663

Tints of Russett #706663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.63%

R = 35.78%
G = 32.59%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#706663 (or 0x706663) is known color: Russett. HEX triplet: 70, 66 and 63. RGB value is (112,102,99). Sum of RGB (Red+Green+Blue) = 112+102+99=313 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.78% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 112 - color contains mainly: red. Hex color #706663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706663 is #8F999C. Grayscale: #686868. Windows color (decimal): -9410973 or 6514288. OLE color: 6514288.

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

Color convert

RGB 112 102 99 -
CMYK 0 0.09 0.12 0.56
HSL 13.85º 0.06% 0.41% -
HSV(B) 13.85º 0.12% 0.44% -
XYZ 13.69 13.85 13.76 -
YUV 104.65 124.81 133.24 -
System Red Green Blue C M Y K H S L
Decimal 112 102 99 0 0.09 0.12 0.56 13.85 0.06 0.41
Hex 70 66 63 0 9 C 38 E 6 29
Octal 160 146 143 0 11 14 70 16 6 51
Binary 1110000 1100110 1100011 0 1001 1100 111000 1110 110 101001

Color Harmonies of #706663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706663

Black with #706663

Text Example


Text Example

White with #706663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706663; }

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

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

background-color css

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

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

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

border-color css

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

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

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