Html Css Color HEX #70596A Salt Box

📋 copy color: '#70596A'

red 112 ◦ green 89 ◦ blue 106

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

Shades of Salt Box #70596A

Tints of Salt Box #70596A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.99%

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 36.48%
G = 28.99%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#70596A (or 0x70596A) is known color: Salt Box. HEX triplet: 70, 59 and 6A. RGB value is (112,89,106). Sum of RGB (Red+Green+Blue) = 112+89+106=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596A is #8FA695. Grayscale: #616161. Windows color (decimal): -9414294 or 6969712. OLE color: 6969712.

HSL color Cylindrical-coordinate representation of color #70596A: hue angle of 315.65º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70596A is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 106 -
CMYK 0 0.21 0.05 0.56
HSL 315.65º 0.11% 0.39% -
HSV(B) 315.65º 0.21% 0.44% -
XYZ 12.86 11.63 15.2 -
YUV 97.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 112 89 106 0 0.21 0.05 0.56 315.65 0.11 0.39
Hex 70 59 6A 0 15 5 38 13C B 27
Octal 160 131 152 0 25 5 70 474 13 47
Binary 1110000 1011001 1101010 0 10101 101 111000 100111100 1011 100111

Color Harmonies of #70596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70596A

Black with #70596A

Text Example


Text Example

White with #70596A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70596A; }

 p { color: rgb(112,89,106); }

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

background-color css

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

 a { background-color: rgb(112,89,106); }

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

border-color css

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

 span { border-color: rgb(112,89,106); }

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