#675361

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

Shades of Salt Box #675361

Tints of Salt Box #675361

Color information

#675361 (or 0x675361) is unknown color: approx Salt Box. HEX triplet: 67, 53 and 61. RGB value is (103,83,97). Sum of RGB (Red+Green+Blue) = 103+83+97=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #675361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675361 is #98AC9E. Grayscale: #5A5A5A. Windows color (decimal): -10005663 or 6378343. OLE color: 6378343.

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

Color convert

RGB1038397-
CMYK00.190.060.60
HSL318º10.75%36.47%-
HSV(B)318º19.42%40.39%-
XYZ10.849.9312.65-
YUV90.58131.63136.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.40%
GREEN value IS 83 (32.81% from 255) = 29.33%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=36.40%
G=29.33%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103839700.190.060.6031810.7536.47
Hex67536101363C13eb24
Octal1471231410236744761344
Binary1100111101001111000010100111101111001001111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675361; }

 p { color: rgb(103,83,97); }

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

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

 a { background-color: rgb(103,83,97); }

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

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

 span { border-color: rgb(103,83,97); }

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