Html Css Color HEX #706562 Russett

📋 copy color: '#706562'

red 112 ◦ green 101 ◦ blue 98

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

Shades of Russett #706562

Tints of Russett #706562

RGB

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

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

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

R = 36.01%
G = 32.48%
B = 31.51%

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

#706562 (or 0x706562) is known color: Russett. HEX triplet: 70, 65 and 62. RGB value is (112,101,98). Sum of RGB (Red+Green+Blue) = 112+101+98=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 98 (38.67% from 255 or 31.51% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #706562 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706562 is #8F9A9D. Grayscale: #676767. Windows color (decimal): -9411230 or 6448496. OLE color: 6448496.

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

Color convert

RGB 112 101 98 -
CMYK 0 0.10 0.13 0.56
HSL 12.86º 0.07% 0.41% -
HSV(B) 12.86º 0.13% 0.44% -
XYZ 13.54 13.63 13.47 -
YUV 103.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 112 101 98 0 0.10 0.13 0.56 12.86 0.07 0.41
Hex 70 65 62 0 A D 38 D 7 29
Octal 160 145 142 0 12 15 70 15 7 51
Binary 1110000 1100101 1100010 0 1010 1101 111000 1101 111 101001

Color Harmonies of #706562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706562

Black with #706562

Text Example


Text Example

White with #706562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706562; }

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

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

background-color css

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

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

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

border-color css

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

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

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