Html Css Color HEX #70636E Salt Box

📋 copy color: '#70636E'

red 112 ◦ green 99 ◦ blue 110

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

Shades of Salt Box #70636E

Tints of Salt Box #70636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 34.89%
G = 30.84%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#70636E (or 0x70636E) is known color: Salt Box. HEX triplet: 70, 63 and 6E. RGB value is (112,99,110). Sum of RGB (Red+Green+Blue) = 112+99+110=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #70636E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636E is #8F9C91. Grayscale: #686868. Windows color (decimal): -9411730 or 7234416. OLE color: 7234416.

HSL color Cylindrical-coordinate representation of color #70636E: hue angle of 309.23º 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 #70636E is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 99 110 -
CMYK 0 0.12 0.02 0.56
HSL 309.23º 0.06% 0.41% -
HSV(B) 309.23º 0.12% 0.44% -
XYZ 13.96 13.49 16.62 -
YUV 104.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 112 99 110 0 0.12 0.02 0.56 309.23 0.06 0.41
Hex 70 63 6E 0 C 2 38 135 6 29
Octal 160 143 156 0 14 2 70 465 6 51
Binary 1110000 1100011 1101110 0 1100 10 111000 100110101 110 101001

Color Harmonies of #70636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70636E

Black with #70636E

Text Example


Text Example

White with #70636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70636E; }

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

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

background-color css

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

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

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

border-color css

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

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

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