#675264

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

Shades of Salt Box #675264

Tints of Salt Box #675264

Color information

#675264 (or 0x675264) is unknown color: approx Salt Box. HEX triplet: 67, 52 and 64. RGB value is (103,82,100). Sum of RGB (Red+Green+Blue) = 103+82+100=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675264 is #98AD9B. Grayscale: #5A5A5A. Windows color (decimal): -10005916 or 6574695. OLE color: 6574695.

HSL color Cylindrical-coordinate representation of color #675264: hue angle of 308.57º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #675264 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10382100-
CMYK00.200.030.60
HSL308.57º11.35%36.27%-
HSV(B)308.57º20.39%40.39%-
XYZ10.919.8413.38-
YUV90.33133.46137.04-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.14%
GREEN value IS 82 (32.42% from 255) = 28.77%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=36.14%
G=28.77%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038210000.200.030.60308.5711.3536.27
Hex67526401433C135b24
Octal1471221440243744651344
Binary110011110100101100100010100111111001001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675264; }

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

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

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

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

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

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

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

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