#615B56

Color #615B56 Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #615B56

Tints of Kabul #615B56

Color information

#615B56 (or 0x615B56) is unknown color: approx Kabul. HEX triplet: 61, 5B and 56. RGB value is (97,91,86). Sum of RGB (Red+Green+Blue) = 97+91+86=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 86 (33.98% from 255 or 31.39% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B56 is #9EA4A9. Grayscale: #5C5C5C. Windows color (decimal): -10396842 or 5659489. OLE color: 5659489.

HSL color Cylindrical-coordinate representation of color #615B56: hue angle of 27.27º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #615B56 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB979186-
CMYK00.060.110.62
HSL27.27º6.01%35.88%-
HSV(B)27.27º11.34%38.04%-
XYZ10.3510.710.32-
YUV92.22124.49131.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 91 (35.94% from 255) = 33.21%
BLUE value IS 86 (33.98% from 255) = 31.39%
R=35.40%
G=33.21%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97918600.060.110.6227.276.0135.88
Hex615B5606B3E1b624
Octal14113312606137633644
Binary1100001101101110101100110101111111011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B56; }

 p { color: rgb(97,91,86); }

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

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

 a { background-color: rgb(97,91,86); }

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

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

 span { border-color: rgb(97,91,86); }

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