Html Css Color HEX #615B57 Kabul

📋 copy color: '#615B57'

red 97 ◦ green 91 ◦ blue 87

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

Shades of Kabul #615B57

Tints of Kabul #615B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.09%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 35.27%
G = 33.09%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#615B57 (or 0x615B57) is known color: Kabul. HEX triplet: 61, 5B and 57. RGB value is (97,91,87). Sum of RGB (Red+Green+Blue) = 97+91+87=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 97 - color contains mainly: red. Hex color #615B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B57 is #9EA4A8. Grayscale: #5C5C5C. Windows color (decimal): -10396841 or 5725025. OLE color: 5725025.

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

Color convert

RGB 97 91 87 -
CMYK 0 0.06 0.10 0.62
HSL 24º 0.05% 0.36% -
HSV(B) 24º 0.1% 0.38% -
XYZ 10.39 10.71 10.54 -
YUV 92.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 97 91 87 0 0.06 0.10 0.62 24 0.05 0.36
Hex 61 5B 57 0 6 A 3E 18 5 24
Octal 141 133 127 0 6 12 76 30 5 44
Binary 1100001 1011011 1010111 0 110 1010 111110 11000 101 100100

Color Harmonies of #615B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615B57

Black with #615B57

Text Example


Text Example

White with #615B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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