#705667

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

Shades of Salt Box #705667

Tints of Salt Box #705667

Color information

#705667 (or 0x705667) is unknown color: approx Salt Box. HEX triplet: 70, 56 and 67. RGB value is (112,86,103). Sum of RGB (Red+Green+Blue) = 112+86+103=301 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.21% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 112 - color contains mainly: red. Hex color #705667 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705667 is #8FA998. Grayscale: #5F5F5F. Windows color (decimal): -9415065 or 6772336. OLE color: 6772336.

HSL color Cylindrical-coordinate representation of color #705667: hue angle of 320.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #705667 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB11286103-
CMYK00.230.080.56
HSL320.77º13.13%38.82%-
HSV(B)320.77º23.21%43.92%-
XYZ12.4611.0814.31-
YUV95.71132.11139.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.21%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 103 (40.62% from 255) = 34.22%
R=37.21%
G=28.57%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128610300.230.080.56320.7713.1338.82
Hex705667017838141d27
Octal16012614702710705011547
Binary11100001010110110011101011110001110001010000011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705667; }

 p { color: rgb(112,86,103); }

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

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

 a { background-color: rgb(112,86,103); }

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

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

 span { border-color: rgb(112,86,103); }

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