Html Css Color HEX #615E5B Kabul

📋 copy color: '#615E5B'

red 97 ◦ green 94 ◦ blue 91

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

Shades of Kabul #615E5B

Tints of Kabul #615E5B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.33%

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 34.4%
G = 33.33%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#615E5B (or 0x615E5B) is known color: Kabul. HEX triplet: 61, 5E and 5B. RGB value is (97,94,91). Sum of RGB (Red+Green+Blue) = 97+94+91=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 97 - color contains mainly: red. Hex color #615E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E5B is #9EA1A4. Grayscale: #5E5E5E. Windows color (decimal): -10396069 or 5987937. OLE color: 5987937.

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

Color convert

RGB 97 94 91 -
CMYK 0 0.03 0.06 0.62
HSL 30º 0.03% 0.37% -
HSV(B) 30º 0.06% 0.38% -
XYZ 10.82 11.3 11.51 -
YUV 94.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 97 94 91 0 0.03 0.06 0.62 30 0.03 0.37
Hex 61 5E 5B 0 3 6 3E 1E 3 25
Octal 141 136 133 0 3 6 76 36 3 45
Binary 1100001 1011110 1011011 0 11 110 111110 11110 11 100101

Color Harmonies of #615E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E5B

Black with #615E5B

Text Example


Text Example

White with #615E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,94,91); }

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

background-color css

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

 a { background-color: rgb(97,94,91); }

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

border-color css

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

 span { border-color: rgb(97,94,91); }

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