#655861

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

Shades of Salt Box #655861

Tints of Salt Box #655861

Color information

#655861 (or 0x655861) is unknown color: approx Salt Box. HEX triplet: 65, 58 and 61. RGB value is (101,88,97). Sum of RGB (Red+Green+Blue) = 101+88+97=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 101 - color contains mainly: red. Hex color #655861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655861 is #9AA79E. Grayscale: #5C5C5C. Windows color (decimal): -10135455 or 6379621. OLE color: 6379621.

HSL color Cylindrical-coordinate representation of color #655861: hue angle of 318.46º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655861 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB1018897-
CMYK00.130.040.60
HSL318.46º6.88%37.06%-
HSV(B)318.46º12.87%39.61%-
XYZ11.0110.6112.78-
YUV92.91130.31133.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.31%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 97 (38.28% from 255) = 33.92%
R=35.31%
G=30.77%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101889700.130.040.60318.466.8837.06
Hex6558610D43C13e725
Octal145130141015474476745
Binary11001011011000110000101101100111100100111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655861; }

 p { color: rgb(101,88,97); }

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

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

 a { background-color: rgb(101,88,97); }

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

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

 span { border-color: rgb(101,88,97); }

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