#675064

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

Shades of Salt Box #675064

Tints of Salt Box #675064

Color information

#675064 (or 0x675064) is unknown color: approx Salt Box. HEX triplet: 67, 50 and 64. RGB value is (103,80,100). Sum of RGB (Red+Green+Blue) = 103+80+100=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675064 is #98AF9B. Grayscale: #595959. Windows color (decimal): -10006428 or 6574183. OLE color: 6574183.

HSL color Cylindrical-coordinate representation of color #675064: hue angle of 307.83º 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 #675064 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10380100-
CMYK00.220.030.60
HSL307.83º12.57%35.88%-
HSV(B)307.83º22.33%40.39%-
XYZ10.769.5413.33-
YUV89.16134.12137.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=36.40%
G=28.27%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038010000.220.030.60307.8312.5735.88
Hex67506401633C134d24
Octal1471201440263744641544
Binary110011110100001100100010110111111001001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675064; }

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

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

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

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

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

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

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

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