#6E6052

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

Shades of Kabul #6E6052

Tints of Kabul #6E6052

Color information

#6E6052 (or 0x6E6052) is unknown color: approx Kabul. HEX triplet: 6E, 60 and 52. RGB value is (110,96,82). Sum of RGB (Red+Green+Blue) = 110+96+82=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6052 is #919FAD. Grayscale: #626262. Windows color (decimal): -9543598 or 5398638. OLE color: 5398638.

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

Color convert

RGB1109682-
CMYK00.130.250.57
HSL30º14.58%37.65%-
HSV(B)30º25.45%43.14%-
XYZ12.1412.299.72-
YUV98.59118.64136.14-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 96 (37.89% from 255) = 33.33%
BLUE value IS 82 (32.42% from 255) = 28.47%
R=38.19%
G=33.33%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal110968200.130.250.573014.5837.65
Hex6E60520D19391ef26
Octal1561401220153171361746
Binary1101110110000010100100110111001111001111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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