Html Css Color HEX #615D59 Kabul

📋 copy color: '#615D59'

red 97 ◦ green 93 ◦ blue 89

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

Shades of Kabul #615D59

Tints of Kabul #615D59

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.9%

R = 34.77%
G = 33.33%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 97 93 89 -
CMYK 0 0.04 0.08 0.62
HSL 30º 0.04% 0.36% -
HSV(B) 30º 0.08% 0.38% -
XYZ 10.65 11.09 11.03 -
YUV 93.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 97 93 89 0 0.04 0.08 0.62 30 0.04 0.36
Hex 61 5D 59 0 4 8 3E 1E 4 24
Octal 141 135 131 0 4 10 76 36 4 44
Binary 1100001 1011101 1011001 0 100 1000 111110 11110 100 100100

Color Harmonies of #615D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D59

Black with #615D59

Text Example


Text Example

White with #615D59

Text Example


Text Example

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