#675464

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

Shades of Salt Box #675464

Tints of Salt Box #675464

Color information

#675464 (or 0x675464) is unknown color: approx Salt Box. HEX triplet: 67, 54 and 64. RGB value is (103,84,100). Sum of RGB (Red+Green+Blue) = 103+84+100=287 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.89% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 103 - color contains mainly: red. Hex color #675464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675464 is #98AB9B. Grayscale: #5B5B5B. Windows color (decimal): -10005404 or 6575207. OLE color: 6575207.

HSL color Cylindrical-coordinate representation of color #675464: hue angle of 309.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #675464 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10384100-
CMYK00.180.030.60
HSL309.47º10.16%36.67%-
HSV(B)309.47º18.45%40.39%-
XYZ11.0610.1413.43-
YUV91.5132.79136.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.89%
GREEN value IS 84 (33.20% from 255) = 29.27%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=35.89%
G=29.27%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1038410000.180.030.60309.4710.1636.67
Hex67546401233C135a25
Octal1471241440223744651245
Binary110011110101001100100010010111111001001101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675464; }

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

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

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

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

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

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

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

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