#665062

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

Shades of Salt Box #665062

Tints of Salt Box #665062

Color information

#665062 (or 0x665062) is unknown color: approx Salt Box. HEX triplet: 66, 50 and 62. RGB value is (102,80,98). Sum of RGB (Red+Green+Blue) = 102+80+98=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 102 - color contains mainly: red. Hex color #665062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665062 is #99AF9D. Grayscale: #585858. Windows color (decimal): -10071966 or 6443110. OLE color: 6443110.

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

Color convert

RGB1028098-
CMYK00.220.040.6
HSL310.91º12.09%35.69%-
HSV(B)310.91º21.57%40%-
XYZ10.559.4412.82-
YUV88.63133.29137.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.43%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 98 (38.67% from 255) = 35%
R=36.43%
G=28.57%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102809800.220.040.6310.9112.0935.69
Hex66506201643C137c24
Octal1461201420264744671444
Binary1100110101000011000100101101001111001001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665062; }

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

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

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

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

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

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

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

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