Html Css Color HEX #706460 Russett

📋 copy color: '#706460'

red 112 ◦ green 100 ◦ blue 96

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

Shades of Russett #706460

Tints of Russett #706460

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

 BLUE value IS 96 (37.89% from 255) = 31.17%

R = 36.36%
G = 32.47%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#706460 (or 0x706460) is known color: Russett. HEX triplet: 70, 64 and 60. RGB value is (112,100,96). Sum of RGB (Red+Green+Blue) = 112+100+96=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #706460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706460 is #8F9B9F. Grayscale: #676767. Windows color (decimal): -9411488 or 6317168. OLE color: 6317168.

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

Color convert

RGB 112 100 96 -
CMYK 0 0.11 0.14 0.56
HSL 15º 0.08% 0.41% -
HSV(B) 15º 0.14% 0.44% -
XYZ 13.35 13.4 12.95 -
YUV 103.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 112 100 96 0 0.11 0.14 0.56 15 0.08 0.41
Hex 70 64 60 0 B E 38 F 8 29
Octal 160 144 140 0 13 16 70 17 10 51
Binary 1110000 1100100 1100000 0 1011 1110 111000 1111 1000 101001

Color Harmonies of #706460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706460

Black with #706460

Text Example


Text Example

White with #706460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706460; }

 p { color: rgb(112,100,96); }

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

background-color css

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

 a { background-color: rgb(112,100,96); }

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

border-color css

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

 span { border-color: rgb(112,100,96); }

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