Html Css Color HEX #70636B Salt Box

📋 copy color: '#70636B'

red 112 ◦ green 99 ◦ blue 107

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

Shades of Salt Box #70636B

Tints of Salt Box #70636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 35.22%
G = 31.13%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#70636B (or 0x70636B) is known color: Salt Box. HEX triplet: 70, 63 and 6B. RGB value is (112,99,107). Sum of RGB (Red+Green+Blue) = 112+99+107=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 112 - color contains mainly: red. Hex color #70636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70636B is #8F9C94. Grayscale: #676767. Windows color (decimal): -9411733 or 7037808. OLE color: 7037808.

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

Color convert

RGB 112 99 107 -
CMYK 0 0.12 0.04 0.56
HSL 323.08º 0.06% 0.41% -
HSV(B) 323.08º 0.12% 0.44% -
XYZ 13.8 13.43 15.77 -
YUV 103.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 112 99 107 0 0.12 0.04 0.56 323.08 0.06 0.41
Hex 70 63 6B 0 C 4 38 143 6 29
Octal 160 143 153 0 14 4 70 503 6 51
Binary 1110000 1100011 1101011 0 1100 100 111000 101000011 110 101001

Color Harmonies of #70636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70636B

Black with #70636B

Text Example


Text Example

White with #70636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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