#655A62

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

Shades of Salt Box #655A62

Tints of Salt Box #655A62

Color information

#655A62 (or 0x655A62) is unknown color: approx Salt Box. HEX triplet: 65, 5A and 62. RGB value is (101,90,98). Sum of RGB (Red+Green+Blue) = 101+90+98=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 101 - color contains mainly: red. Hex color #655A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A62 is #9AA59D. Grayscale: #5E5E5E. Windows color (decimal): -10134942 or 6445669. OLE color: 6445669.

HSL color Cylindrical-coordinate representation of color #655A62: hue angle of 316.36º 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 #655A62 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB1019098-
CMYK00.110.030.60
HSL316.36º5.76%37.45%-
HSV(B)316.36º10.89%39.61%-
XYZ11.2310.9613.08-
YUV94.2130.14132.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 90 (35.55% from 255) = 31.14%
BLUE value IS 98 (38.67% from 255) = 33.91%
R=34.95%
G=31.14%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101909800.110.030.60316.365.7637.45
Hex655A620B33C13c625
Octal145132142013374474645
Binary1100101101101011000100101111111100100111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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