#705F6B

Color #705F6B Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #705F6B

Tints of Salt Box #705F6B

Color information

#705F6B (or 0x705F6B) is unknown color: approx Salt Box. HEX triplet: 70, 5F and 6B. RGB value is (112,95,107). Sum of RGB (Red+Green+Blue) = 112+95+107=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 95 (37.5% from 255 or 30.25% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 112 - color contains mainly: red. Hex color #705F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705F6B is #8FA094. Grayscale: #656565. Windows color (decimal): -9412757 or 7036784. OLE color: 7036784.

HSL color Cylindrical-coordinate representation of color #705F6B: hue angle of 317.65º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #705F6B is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB11295107-
CMYK00.150.040.56
HSL317.65º8.21%40.59%-
HSV(B)317.65º15.18%43.92%-
XYZ13.4312.6915.65-
YUV101.45131.13135.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 95 (37.5% from 255) = 30.25%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=35.67%
G=30.25%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1129510700.150.040.56317.658.2140.59
Hex705F6B0F43813e829
Octal1601371530174704761051
Binary111000010111111101011011111001110001001111101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705F6B; }

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

 H1.HeaderClassName
 {
   color: #705F6B;
 }
 .AnyTagClassName
 {
   color: #705F6B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #705F6B;
 }
 .BgClassName
 {
   background-color: #705F6B;
 }
</style>
border-color css

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

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

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