#665163

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

Shades of Salt Box #665163

Tints of Salt Box #665163

Color information

#665163 (or 0x665163) is unknown color: approx Salt Box. HEX triplet: 66, 51 and 63. RGB value is (102,81,99). Sum of RGB (Red+Green+Blue) = 102+81+99=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665163 is #99AE9C. Grayscale: #595959. Windows color (decimal): -10071709 or 6508902. OLE color: 6508902.

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

Color convert

RGB1028199-
CMYK00.210.030.6
HSL308.57º11.48%35.88%-
HSV(B)308.57º20.59%40%-
XYZ10.679.6113.1-
YUV89.33133.46137.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=36.17%
G=28.72%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102819900.210.030.6308.5711.4835.88
Hex66516301533C135b24
Octal1461211430253744651344
Binary110011010100011100011010101111111001001101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665163; }

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

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

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

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

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

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

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

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