#665261

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

Shades of Salt Box #665261

Tints of Salt Box #665261

Color information

#665261 (or 0x665261) is unknown color: approx Salt Box. HEX triplet: 66, 52 and 61. RGB value is (102,82,97). Sum of RGB (Red+Green+Blue) = 102+82+97=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665261 is #99AD9E. Grayscale: #595959. Windows color (decimal): -10071455 or 6378086. OLE color: 6378086.

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

Color convert

RGB1028297-
CMYK00.200.050.6
HSL315º10.87%36.08%-
HSV(B)315º19.61%40%-
XYZ10.659.7212.62-
YUV89.69132.13136.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=36.30%
G=29.18%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102829700.200.050.631510.8736.08
Hex66526101453C13bb24
Octal1461221410245744731344
Binary1100110101001011000010101001011111001001110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665261; }

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

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

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

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

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

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

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

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