#665363

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

Shades of Salt Box #665363

Tints of Salt Box #665363

Color information

#665363 (or 0x665363) is unknown color: approx Salt Box. HEX triplet: 66, 53 and 63. RGB value is (102,83,99). Sum of RGB (Red+Green+Blue) = 102+83+99=284 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.92% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 102 - color contains mainly: red. Hex color #665363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665363 is #99AC9C. Grayscale: #5A5A5A. Windows color (decimal): -10071197 or 6509414. OLE color: 6509414.

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

Color convert

RGB1028399-
CMYK00.190.030.6
HSL309.47º10.27%36.27%-
HSV(B)309.47º18.63%40%-
XYZ10.829.9113.15-
YUV90.5132.79136.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.92%
GREEN value IS 83 (32.81% from 255) = 29.23%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=35.92%
G=29.23%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102839900.190.030.6309.4710.2736.27
Hex66536301333C135a24
Octal1461231430233744651244
Binary110011010100111100011010011111111001001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665363; }

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

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

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

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

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

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

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

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