Html Css Color HEX #70646D Salt Box

📋 copy color: '#70646D'

red 112 ◦ green 100 ◦ blue 109

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

Shades of Salt Box #70646D

Tints of Salt Box #70646D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 34.89%
G = 31.15%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#70646D (or 0x70646D) is known color: Salt Box. HEX triplet: 70, 64 and 6D. RGB value is (112,100,109). Sum of RGB (Red+Green+Blue) = 112+100+109=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 100 (39.45% from 255 or 31.15% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 112 - color contains mainly: red. Hex color #70646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70646D is #8F9B92. Grayscale: #686868. Windows color (decimal): -9411475 or 7169136. OLE color: 7169136.

HSL color Cylindrical-coordinate representation of color #70646D: hue angle of 315º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #70646D is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 100 109 -
CMYK 0 0.11 0.03 0.56
HSL 315º 0.06% 0.42% -
HSV(B) 315º 0.11% 0.44% -
XYZ 14 13.66 16.37 -
YUV 104.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 112 100 109 0 0.11 0.03 0.56 315 0.06 0.42
Hex 70 64 6D 0 B 3 38 13B 6 2A
Octal 160 144 155 0 13 3 70 473 6 52
Binary 1110000 1100100 1101101 0 1011 11 111000 100111011 110 101010

Color Harmonies of #70646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70646D

Black with #70646D

Text Example


Text Example

White with #70646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70646D; }

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

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

background-color css

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

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

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

border-color css

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

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

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