#665263

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

Shades of Salt Box #665263

Tints of Salt Box #665263

Color information

#665263 (or 0x665263) is unknown color: approx Salt Box. HEX triplet: 66, 52 and 63. RGB value is (102,82,99). Sum of RGB (Red+Green+Blue) = 102+82+99=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665263 is #99AD9C. Grayscale: #595959. Windows color (decimal): -10071453 or 6509158. OLE color: 6509158.

HSL color Cylindrical-coordinate representation of color #665263: hue angle of 309º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665263 is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.6.

Color convert

RGB1028299-
CMYK00.200.030.6
HSL309º10.87%36.08%-
HSV(B)309º19.61%40%-
XYZ10.759.7613.12-
YUV89.92133.13136.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=36.04%
G=28.98%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102829900.200.030.630910.8736.08
Hex66526301433C135b24
Octal1461221430243744651344
Binary110011010100101100011010100111111001001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665263; }

 p { color: rgb(102,82,99); }

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

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

 a { background-color: rgb(102,82,99); }

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

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

 span { border-color: rgb(102,82,99); }

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