#726051

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

Shades of Kabul #726051

Tints of Kabul #726051

Color information

#726051 (or 0x726051) is unknown color: approx Kabul. HEX triplet: 72, 60 and 51. RGB value is (114,96,81). Sum of RGB (Red+Green+Blue) = 114+96+81=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #726051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726051 is #8D9FAE. Grayscale: #636363. Windows color (decimal): -9281455 or 5333106. OLE color: 5333106.

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

Color convert

RGB1149681-
CMYK00.160.290.55
HSL27.27º16.92%38.24%-
HSV(B)27.27º28.95%44.71%-
XYZ12.6112.549.54-
YUV99.67117.46138.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 96 (37.89% from 255) = 32.99%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=39.18%
G=32.99%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114968100.160.290.5527.2716.9238.24
Hex7260510101D371b1126
Octal1621401210203567332146
Binary111001011000001010001010000111011101111101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726051; }

 p { color: rgb(114,96,81); }

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

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

 a { background-color: rgb(114,96,81); }

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

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

 span { border-color: rgb(114,96,81); }

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