#665761

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

Shades of Salt Box #665761

Tints of Salt Box #665761

Color information

#665761 (or 0x665761) is unknown color: approx Salt Box. HEX triplet: 66, 57 and 61. RGB value is (102,87,97). Sum of RGB (Red+Green+Blue) = 102+87+97=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #665761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665761 is #99A89E. Grayscale: #5C5C5C. Windows color (decimal): -10070175 or 6379366. OLE color: 6379366.

HSL color Cylindrical-coordinate representation of color #665761: hue angle of 320º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665761 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1028797-
CMYK00.150.050.6
HSL320º7.94%37.06%-
HSV(B)320º14.71%40%-
XYZ11.0510.512.75-
YUV92.62130.47134.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=35.66%
G=30.42%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102879700.150.050.63207.9437.06
Hex6657610F53C140825
Octal1461271410175745001045
Binary110011010101111100001011111011111001010000001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665761; }

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

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

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

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

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

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

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

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