#6E6051

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

Shades of Kabul #6E6051

Tints of Kabul #6E6051

Color information

#6E6051 (or 0x6E6051) is unknown color: approx Kabul. HEX triplet: 6E, 60 and 51. RGB value is (110,96,81). Sum of RGB (Red+Green+Blue) = 110+96+81=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6051 is #919FAE. Grayscale: #626262. Windows color (decimal): -9543599 or 5333102. OLE color: 5333102.

HSL color Cylindrical-coordinate representation of color #6E6051: hue angle of 31.03º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E6051 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB1109681-
CMYK00.130.260.57
HSL31.03º15.18%37.45%-
HSV(B)31.03º26.36%43.14%-
XYZ12.112.279.52-
YUV98.48118.14136.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=38.33%
G=33.45%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110968100.130.260.5731.0315.1837.45
Hex6E60510D1A391ff25
Octal1561401210153271371745
Binary1101110110000010100010110111010111001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E6051; }

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

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

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

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

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

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

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

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