#615D59

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

Shades of Kabul #615D59

Tints of Kabul #615D59

Color information

#615D59 (or 0x615D59) is unknown color: approx Kabul. HEX triplet: 61, 5D and 59. RGB value is (97,93,89). Sum of RGB (Red+Green+Blue) = 97+93+89=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 97 - color contains mainly: red. Hex color #615D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D59 is #9EA2A6. Grayscale: #5D5D5D. Windows color (decimal): -10396327 or 5856609. OLE color: 5856609.

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

Color convert

RGB979389-
CMYK00.040.080.62
HSL30º4.3%36.47%-
HSV(B)30º8.25%38.04%-
XYZ10.6511.0911.03-
YUV93.74125.33130.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 93 (36.72% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=34.77%
G=33.33%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97938900.040.080.62304.336.47
Hex615D590483E1e424
Octal14113513104107636444
Binary1100001101110110110010100100011111011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,93,89); }

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

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

 a { background-color: rgb(97,93,89); }

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

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

 span { border-color: rgb(97,93,89); }

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