Html Css Color HEX #615A54 Kabul

📋 copy color: '#615A54'

red 97 ◦ green 90 ◦ blue 84

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

Shades of Kabul #615A54

Tints of Kabul #615A54

RGB

 RED value IS 97 (38.28% from 255) = 35.79%

 GREEN value IS 90 (35.55% from 255) = 33.21%

 BLUE value IS 84 (33.2% from 255) = 31%

R = 35.79%
G = 33.21%
B = 31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#615A54 (or 0x615A54) is known color: Kabul. HEX triplet: 61, 5A and 54. RGB value is (97,90,84). Sum of RGB (Red+Green+Blue) = 97+90+84=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 97 - color contains mainly: red. Hex color #615A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615A54 is #9EA5AB. Grayscale: #5B5B5B. Windows color (decimal): -10397100 or 5528161. OLE color: 5528161.

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

Color convert

RGB 97 90 84 -
CMYK 0 0.07 0.13 0.62
HSL 27.69º 0.07% 0.35% -
HSV(B) 27.69º 0.13% 0.38% -
XYZ 10.19 10.49 9.88 -
YUV 91.41 123.82 131.99 -
System Red Green Blue C M Y K H S L
Decimal 97 90 84 0 0.07 0.13 0.62 27.69 0.07 0.35
Hex 61 5A 54 0 7 D 3E 1C 7 23
Octal 141 132 124 0 7 15 76 34 7 43
Binary 1100001 1011010 1010100 0 111 1101 111110 11100 111 100011

Color Harmonies of #615A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615A54

Black with #615A54

Text Example


Text Example

White with #615A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #615A54;
 }
 .AnyTagClassName
 {
   color: #615A54;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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