#665065

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

Shades of Salt Box #665065

Tints of Salt Box #665065

Color information

#665065 (or 0x665065) is unknown color: approx Salt Box. HEX triplet: 66, 50 and 65. RGB value is (102,80,101). Sum of RGB (Red+Green+Blue) = 102+80+101=283 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.04% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 102 - color contains mainly: red. Hex color #665065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665065 is #99AF9A. Grayscale: #585858. Windows color (decimal): -10071963 or 6639718. OLE color: 6639718.

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

Color convert

RGB10280101-
CMYK00.220.010.6
HSL302.73º12.09%35.69%-
HSV(B)302.73º21.57%40%-
XYZ10.79.513.58-
YUV88.97134.79137.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.04%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=36.04%
G=28.27%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1028010100.220.010.6302.7312.0935.69
Hex66506501613C12fc24
Octal1461201450261744571444
Binary11001101010000110010101011011111001001011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665065; }

 p { color: rgb(102,80,101); }

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

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

 a { background-color: rgb(102,80,101); }

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

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

 span { border-color: rgb(102,80,101); }

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