#665962

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

Shades of Salt Box #665962

Tints of Salt Box #665962

Color information

#665962 (or 0x665962) is unknown color: approx Salt Box. HEX triplet: 66, 59 and 62. RGB value is (102,89,98). Sum of RGB (Red+Green+Blue) = 102+89+98=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665962 is #99A69D. Grayscale: #5D5D5D. Windows color (decimal): -10069662 or 6445414. OLE color: 6445414.

HSL color Cylindrical-coordinate representation of color #665962: hue angle of 318.46º 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 #665962 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.6.

Color convert

RGB1028998-
CMYK00.130.040.6
HSL318.46º6.81%37.45%-
HSV(B)318.46º12.75%40%-
XYZ11.2610.8513.06-
YUV93.91130.31133.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=35.29%
G=30.80%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102899800.130.040.6318.466.8137.45
Hex6659620D43C13e725
Octal146131142015474476745
Binary11001101011001110001001101100111100100111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665962; }

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

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

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

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

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

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

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

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