#665061

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

Shades of Salt Box #665061

Tints of Salt Box #665061

Color information

#665061 (or 0x665061) is unknown color: approx Salt Box. HEX triplet: 66, 50 and 61. RGB value is (102,80,97). Sum of RGB (Red+Green+Blue) = 102+80+97=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 102 - color contains mainly: red. Hex color #665061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665061 is #99AF9E. Grayscale: #585858. Windows color (decimal): -10071967 or 6377574. OLE color: 6377574.

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

Color convert

RGB1028097-
CMYK00.220.050.6
HSL313.64º12.09%35.69%-
HSV(B)313.64º21.57%40%-
XYZ10.519.4312.57-
YUV88.52132.79137.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.56%
GREEN value IS 80 (31.64% from 255) = 28.67%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=36.56%
G=28.67%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102809700.220.050.6313.6412.0935.69
Hex66506101653C13ac24
Octal1461201410265744721444
Binary1100110101000011000010101101011111001001110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665061; }

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

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

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

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

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

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

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

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