Html Css Color HEX #705969 Salt Box

📋 copy color: '#705969'

red 112 ◦ green 89 ◦ blue 105

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

Shades of Salt Box #705969

Tints of Salt Box #705969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.31%

R = 36.6%
G = 29.08%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#705969 (or 0x705969) is known color: Salt Box. HEX triplet: 70, 59 and 69. RGB value is (112,89,105). Sum of RGB (Red+Green+Blue) = 112+89+105=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 112 - color contains mainly: red. Hex color #705969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705969 is #8FA696. Grayscale: #616161. Windows color (decimal): -9414295 or 6904176. OLE color: 6904176.

HSL color Cylindrical-coordinate representation of color #705969: hue angle of 318.26º 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 #705969 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 89 105 -
CMYK 0 0.21 0.06 0.56
HSL 318.26º 0.11% 0.39% -
HSV(B) 318.26º 0.21% 0.44% -
XYZ 12.8 11.61 14.93 -
YUV 97.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 112 89 105 0 0.21 0.06 0.56 318.26 0.11 0.39
Hex 70 59 69 0 15 6 38 13E B 27
Octal 160 131 151 0 25 6 70 476 13 47
Binary 1110000 1011001 1101001 0 10101 110 111000 100111110 1011 100111

Color Harmonies of #705969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705969

Black with #705969

Text Example


Text Example

White with #705969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705969; }

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

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

background-color css

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

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

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

border-color css

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

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

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