#665762

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

Shades of Salt Box #665762

Tints of Salt Box #665762

Color information

#665762 (or 0x665762) is unknown color: approx Salt Box. HEX triplet: 66, 57 and 62. RGB value is (102,87,98). Sum of RGB (Red+Green+Blue) = 102+87+98=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 102 - color contains mainly: red. Hex color #665762 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665762 is #99A89D. Grayscale: #5C5C5C. Windows color (decimal): -10070174 or 6444902. OLE color: 6444902.

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

Color convert

RGB1028798-
CMYK00.150.040.6
HSL316º7.94%37.06%-
HSV(B)316º14.71%40%-
XYZ11.0910.5213-
YUV92.74130.97134.61-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.54%
GREEN value IS 87 (34.38% from 255) = 30.31%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=35.54%
G=30.31%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102879800.150.040.63167.9437.06
Hex6657620F43C13c825
Octal1461271420174744741045
Binary110011010101111100010011111001111001001111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665762; }

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

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

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

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

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

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

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

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