#665461

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

Shades of Salt Box #665461

Tints of Salt Box #665461

Color information

#665461 (or 0x665461) is unknown color: approx Salt Box. HEX triplet: 66, 54 and 61. RGB value is (102,84,97). Sum of RGB (Red+Green+Blue) = 102+84+97=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665461 is #99AB9E. Grayscale: #5A5A5A. Windows color (decimal): -10070943 or 6378598. OLE color: 6378598.

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

Color convert

RGB1028497-
CMYK00.180.050.6
HSL316.67º9.68%36.47%-
HSV(B)316.67º17.65%40%-
XYZ10.8110.0312.68-
YUV90.86131.46135.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=36.04%
G=29.68%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102849700.180.050.6316.679.6836.47
Hex66546101253C13da24
Octal1461241410225744751244
Binary1100110101010011000010100101011111001001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665461; }

 p { color: rgb(102,84,97); }

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

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

 a { background-color: rgb(102,84,97); }

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

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

 span { border-color: rgb(102,84,97); }

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