#675160

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

Shades of Salt Box #675160

Tints of Salt Box #675160

Color information

#675160 (or 0x675160) is unknown color: approx Salt Box. HEX triplet: 67, 51 and 60. RGB value is (103,81,96). Sum of RGB (Red+Green+Blue) = 103+81+96=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 103 - color contains mainly: red. Hex color #675160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675160 is #98AE9F. Grayscale: #595959. Windows color (decimal): -10006176 or 6312295. OLE color: 6312295.

HSL color Cylindrical-coordinate representation of color #675160: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675160 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB1038196-
CMYK00.210.070.60
HSL319.09º11.96%36.08%-
HSV(B)319.09º21.36%40.39%-
XYZ10.659.6112.36-
YUV89.29131.79137.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.79%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=36.79%
G=28.93%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103819600.210.070.60319.0911.9636.08
Hex67516001573C13fc24
Octal1471211400257744771444
Binary1100111101000111000000101011111111001001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675160; }

 p { color: rgb(103,81,96); }

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

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

 a { background-color: rgb(103,81,96); }

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

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

 span { border-color: rgb(103,81,96); }

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