#715E4F

Color #715E4F Kabul (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kabul #715E4F

Tints of Kabul #715E4F

Color information

#715E4F (or 0x715E4F) is unknown color: approx Kabul. HEX triplet: 71, 5E and 4F. RGB value is (113,94,79). Sum of RGB (Red+Green+Blue) = 113+94+79=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 113 - color contains mainly: red. Hex color #715E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715E4F is #8EA1B0. Grayscale: #626262. Windows color (decimal): -9347505 or 5201521. OLE color: 5201521.

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

Color convert

RGB1139479-
CMYK00.170.300.56
HSL26.47º17.71%37.65%-
HSV(B)26.47º30.09%44.31%-
XYZ12.2212.089.08-
YUV97.97117.29138.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.51%
GREEN value IS 94 (37.11% from 255) = 32.87%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=39.51%
G=32.87%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113947900.170.300.5626.4717.7137.65
Hex715E4F0111E381a1226
Octal1611361170213670322246
Binary111000110111101001111010001111101110001101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715E4F; }

 p { color: rgb(113,94,79); }

 H1.HeaderClassName
 {
   color: #715E4F;
 }
 .AnyTagClassName
 {
   color: #715E4F;
 }
</style>
background-color css

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

 a { background-color: rgb(113,94,79); }

 div.DivClassName
 {
   background-color: #715E4F;
 }
 .BgClassName
 {
   background-color: #715E4F;
 }
</style>
border-color css

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

 span { border-color: rgb(113,94,79); }

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