#655A61

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

Shades of Salt Box #655A61

Tints of Salt Box #655A61

Color information

#655A61 (or 0x655A61) is unknown color: approx Salt Box. HEX triplet: 65, 5A and 61. RGB value is (101,90,97). Sum of RGB (Red+Green+Blue) = 101+90+97=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 101 - color contains mainly: red. Hex color #655A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A61 is #9AA59E. Grayscale: #5E5E5E. Windows color (decimal): -10134943 or 6380133. OLE color: 6380133.

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

Color convert

RGB1019097-
CMYK00.110.040.60
HSL321.82º5.76%37.45%-
HSV(B)321.82º10.89%39.61%-
XYZ11.1810.9412.83-
YUV94.09129.64132.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 97 (38.28% from 255) = 33.68%
R=35.07%
G=31.25%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101909700.110.040.60321.825.7637.45
Hex655A610B43C142625
Octal145132141013474502645
Binary11001011011010110000101011100111100101000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655A61; }

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

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

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

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

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

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

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

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