#665961

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

Shades of Salt Box #665961

Tints of Salt Box #665961

Color information

#665961 (or 0x665961) is unknown color: approx Salt Box. HEX triplet: 66, 59 and 61. RGB value is (102,89,97). Sum of RGB (Red+Green+Blue) = 102+89+97=288 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.42% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 102 - color contains mainly: red. Hex color #665961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665961 is #99A69E. Grayscale: #5D5D5D. Windows color (decimal): -10069663 or 6379878. OLE color: 6379878.

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

Color convert

RGB1028997-
CMYK00.130.050.6
HSL323.08º6.81%37.45%-
HSV(B)323.08º12.75%40%-
XYZ11.2110.8312.81-
YUV93.8129.81133.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.42%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=35.42%
G=30.90%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102899700.130.050.6323.086.8137.45
Hex6659610D53C143725
Octal146131141015574503745
Binary11001101011001110000101101101111100101000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665961; }

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

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

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

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

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

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

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

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