#6D6155

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

Shades of Kabul #6D6155

Tints of Kabul #6D6155

Color information

#6D6155 (or 0x6D6155) is unknown color: approx Kabul. HEX triplet: 6D, 61 and 55. RGB value is (109,97,85). Sum of RGB (Red+Green+Blue) = 109+97+85=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6155 is #929EAA. Grayscale: #636363. Windows color (decimal): -9608875 or 5595501. OLE color: 5595501.

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

Color convert

RGB1099785-
CMYK00.110.220.57
HSL30º12.37%38.04%-
HSV(B)30º22.02%42.75%-
XYZ12.2212.4610.35-
YUV99.22119.98134.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 29.21%
R=37.46%
G=33.33%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109978500.110.220.573012.3738.04
Hex6D61550B16391ec26
Octal1551411250132671361446
Binary1101101110000110101010101110110111001111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,97,85); }

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

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

 a { background-color: rgb(109,97,85); }

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

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

 span { border-color: rgb(109,97,85); }

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