#615A55

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

Shades of Kabul #615A55

Tints of Kabul #615A55

Color information

#615A55 (or 0x615A55) is unknown color: approx Kabul. HEX triplet: 61, 5A and 55. RGB value is (97,90,85). Sum of RGB (Red+Green+Blue) = 97+90+85=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #615A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A55 is #9EA5AA. Grayscale: #5B5B5B. Windows color (decimal): -10397099 or 5593697. OLE color: 5593697.

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

Color convert

RGB979085-
CMYK00.070.120.62
HSL25º6.59%35.69%-
HSV(B)25º12.37%38.04%-
XYZ10.2310.5110.08-
YUV91.52124.32131.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 90 (35.55% from 255) = 33.09%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=35.66%
G=33.09%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97908500.070.120.62256.5935.69
Hex615A5507C3E19724
Octal14113212507147631744
Binary1100001101101010101010111110011111011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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