Html Css Color HEX #615952 Kabul

📋 copy color: '#615952'

red 97 ◦ green 89 ◦ blue 82

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

Shades of Kabul #615952

Tints of Kabul #615952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.6%

R = 36.19%
G = 33.21%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#615952 (or 0x615952) is known color: Kabul. HEX triplet: 61, 59 and 52. RGB value is (97,89,82). Sum of RGB (Red+Green+Blue) = 97+89+82=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 97 - color contains mainly: red. Hex color #615952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615952 is #9EA6AD. Grayscale: #5A5A5A. Windows color (decimal): -10397358 or 5396833. OLE color: 5396833.

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

Color convert

RGB 97 89 82 -
CMYK 0 0.08 0.15 0.62
HSL 28º 0.08% 0.35% -
HSV(B) 28º 0.15% 0.38% -
XYZ 10.03 10.3 9.44 -
YUV 90.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 97 89 82 0 0.08 0.15 0.62 28 0.08 0.35
Hex 61 59 52 0 8 F 3E 1C 8 23
Octal 141 131 122 0 10 17 76 34 10 43
Binary 1100001 1011001 1010010 0 1000 1111 111110 11100 1000 100011

Color Harmonies of #615952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615952

Black with #615952

Text Example


Text Example

White with #615952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615952; }

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

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

background-color css

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

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

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

border-color css

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

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

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