Html Css Color HEX #615953 Kabul

📋 copy color: '#615953'

red 97 ◦ green 89 ◦ blue 83

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

Shades of Kabul #615953

Tints of Kabul #615953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 83 (32.81% from 255) = 30.86%

R = 36.06%
G = 33.09%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#615953 (or 0x615953) is known color: Kabul. HEX triplet: 61, 59 and 53. RGB value is (97,89,83). Sum of RGB (Red+Green+Blue) = 97+89+83=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615953 is #9EA6AC. Grayscale: #5A5A5A. Windows color (decimal): -10397357 or 5462369. OLE color: 5462369.

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

Color convert

RGB 97 89 83 -
CMYK 0 0.08 0.14 0.62
HSL 25.71º 0.08% 0.35% -
HSV(B) 25.71º 0.14% 0.38% -
XYZ 10.06 10.31 9.64 -
YUV 90.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 97 89 83 0 0.08 0.14 0.62 25.71 0.08 0.35
Hex 61 59 53 0 8 E 3E 1A 8 23
Octal 141 131 123 0 10 16 76 32 10 43
Binary 1100001 1011001 1010011 0 1000 1110 111110 11010 1000 100011

Color Harmonies of #615953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615953

Black with #615953

Text Example


Text Example

White with #615953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615953; }

 p { color: rgb(97,89,83); }

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

background-color css

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

 a { background-color: rgb(97,89,83); }

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

border-color css

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

 span { border-color: rgb(97,89,83); }

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