Html Css Color HEX #706561 Russett

📋 copy color: '#706561'

red 112 ◦ green 101 ◦ blue 97

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

Shades of Russett #706561

Tints of Russett #706561

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.58%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 36.13%
G = 32.58%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#706561 (or 0x706561) is known color: Russett. HEX triplet: 70, 65 and 61. RGB value is (112,101,97). Sum of RGB (Red+Green+Blue) = 112+101+97=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 112 - color contains mainly: red. Hex color #706561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706561 is #8F9A9E. Grayscale: #676767. Windows color (decimal): -9411231 or 6382960. OLE color: 6382960.

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

Color convert

RGB 112 101 97 -
CMYK 0 0.10 0.13 0.56
HSL 16º 0.07% 0.41% -
HSV(B) 16º 0.13% 0.44% -
XYZ 13.49 13.62 13.23 -
YUV 103.83 124.14 133.83 -
System Red Green Blue C M Y K H S L
Decimal 112 101 97 0 0.10 0.13 0.56 16 0.07 0.41
Hex 70 65 61 0 A D 38 10 7 29
Octal 160 145 141 0 12 15 70 20 7 51
Binary 1110000 1100101 1100001 0 1010 1101 111000 10000 111 101001

Color Harmonies of #706561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706561

Black with #706561

Text Example


Text Example

White with #706561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706561; }

 p { color: rgb(112,101,97); }

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

background-color css

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

 a { background-color: rgb(112,101,97); }

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

border-color css

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

 span { border-color: rgb(112,101,97); }

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