Html Css Color HEX #615A55 Kabul

📋 copy color: '#615A55'

red 97 ◦ green 90 ◦ blue 85

#615A55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #615A55

Tints of Kabul #615A55

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 value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#615A55 (or 0x615A55) is known color: 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

RGB 97 90 85 -
CMYK 0 0.07 0.12 0.62
HSL 25º 0.07% 0.36% -
HSV(B) 25º 0.12% 0.38% -
XYZ 10.23 10.51 10.08 -
YUV 91.52 124.32 131.91 -
System Red Green Blue C M Y K H S L
Decimal 97 90 85 0 0.07 0.12 0.62 25 0.07 0.36
Hex 61 5A 55 0 7 C 3E 19 7 24
Octal 141 132 125 0 7 14 76 31 7 44
Binary 1100001 1011010 1010101 0 111 1100 111110 11001 111 100100

Color Harmonies of #615A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A55

Black with #615A55

Text Example


Text Example

White with #615A55

Text Example


Text Example

HTML Codes & Css Web 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>