#665262

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

Shades of Salt Box #665262

Tints of Salt Box #665262

Color information

#665262 (or 0x665262) is unknown color: approx Salt Box. HEX triplet: 66, 52 and 62. RGB value is (102,82,98). Sum of RGB (Red+Green+Blue) = 102+82+98=282 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.17% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 102 - color contains mainly: red. Hex color #665262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665262 is #99AD9D. Grayscale: #595959. Windows color (decimal): -10071454 or 6443622. OLE color: 6443622.

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

Color convert

RGB1028298-
CMYK00.200.040.6
HSL312º10.87%36.08%-
HSV(B)312º19.61%40%-
XYZ10.79.7412.87-
YUV89.8132.63136.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.17%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=36.17%
G=29.08%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.04
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102829800.200.040.631210.8736.08
Hex66526201443C138b24
Octal1461221420244744701344
Binary1100110101001011000100101001001111001001110001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665262; }

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

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

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

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

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

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

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

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