Html Css Color HEX #716050 Kabul

📋 copy color: '#716050'

red 113 ◦ green 96 ◦ blue 80

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

Shades of Kabul #716050

Tints of Kabul #716050

RGB

 RED value IS 113 (44.53% from 255) = 39.1%

 GREEN value IS 96 (37.89% from 255) = 33.22%

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 39.1%
G = 33.22%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#716050 (or 0x716050) is known color: Kabul. HEX triplet: 71, 60 and 50. RGB value is (113,96,80). Sum of RGB (Red+Green+Blue) = 113+96+80=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 113 - color contains mainly: red. Hex color #716050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716050 is #8E9FAF. Grayscale: #636363. Windows color (decimal): -9346992 or 5267569. OLE color: 5267569.

HSL color Cylindrical-coordinate representation of color #716050: hue angle of 29.09º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #716050 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 96 80 -
CMYK 0 0.15 0.29 0.56
HSL 29.09º 0.17% 0.38% -
HSV(B) 29.09º 0.29% 0.44% -
XYZ 12.44 12.46 9.34 -
YUV 99.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 113 96 80 0 0.15 0.29 0.56 29.09 0.17 0.38
Hex 71 60 50 0 F 1D 38 1D 11 26
Octal 161 140 120 0 17 35 70 35 21 46
Binary 1110001 1100000 1010000 0 1111 11101 111000 11101 10001 100110

Color Harmonies of #716050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716050

Black with #716050

Text Example


Text Example

White with #716050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716050; }

 p { color: rgb(113,96,80); }

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

background-color css

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

 a { background-color: rgb(113,96,80); }

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

border-color css

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

 span { border-color: rgb(113,96,80); }

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