#615F5D

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

Shades of Kabul #615F5D

Tints of Kabul #615F5D

Color information

#615F5D (or 0x615F5D) is unknown color: approx Kabul. HEX triplet: 61, 5F and 5D. RGB value is (97,95,93). Sum of RGB (Red+Green+Blue) = 97+95+93=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 97 - color contains mainly: red. Hex color #615F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F5D is #9EA0A2. Grayscale: #5F5F5F. Windows color (decimal): -10395811 or 6119265. OLE color: 6119265.

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

Color convert

RGB979593-
CMYK00.020.040.62
HSL30º2.11%37.25%-
HSV(B)30º4.12%38.04%-
XYZ1111.5212-
YUV95.37126.66129.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=34.04%
G=33.33%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97959300.020.040.62302.1137.25
Hex615F5D0243E1e225
Octal1411371350247636245
Binary1100001101111110111010101001111101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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