#665361

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

Shades of Salt Box #665361

Tints of Salt Box #665361

Color information

#665361 (or 0x665361) is unknown color: approx Salt Box. HEX triplet: 66, 53 and 61. RGB value is (102,83,97). Sum of RGB (Red+Green+Blue) = 102+83+97=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665361 is #99AC9E. Grayscale: #5A5A5A. Windows color (decimal): -10071199 or 6378342. OLE color: 6378342.

HSL color Cylindrical-coordinate representation of color #665361: hue angle of 315.79º degrees, saturation: 0.1, 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 #665361 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1028397-
CMYK00.190.050.6
HSL315.79º10.27%36.27%-
HSV(B)315.79º18.63%40%-
XYZ10.739.8712.65-
YUV90.28131.79136.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=36.17%
G=29.43%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102839700.190.050.6315.7910.2736.27
Hex66536101353C13ca24
Octal1461231410235744741244
Binary1100110101001111000010100111011111001001111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665361; }

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

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

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

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

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

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

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

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