#675060

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

Shades of Salt Box #675060

Tints of Salt Box #675060

Color information

#675060 (or 0x675060) is unknown color: approx Salt Box. HEX triplet: 67, 50 and 60. RGB value is (103,80,96). Sum of RGB (Red+Green+Blue) = 103+80+96=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #675060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675060 is #98AF9F. Grayscale: #585858. Windows color (decimal): -10006432 or 6312039. OLE color: 6312039.

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

Color convert

RGB1038096-
CMYK00.220.070.60
HSL318.26º12.57%35.88%-
HSV(B)318.26º22.33%40.39%-
XYZ10.579.4712.34-
YUV88.7132.12138.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.92%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=36.92%
G=28.67%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103809600.220.070.60318.2612.5735.88
Hex67506001673C13ed24
Octal1471201400267744761544
Binary1100111101000011000000101101111111001001111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675060; }

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

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

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

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

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

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

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

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