#6D5F54

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

Shades of Kabul #6D5F54

Tints of Kabul #6D5F54

Color information

#6D5F54 (or 0x6D5F54) is unknown color: approx Kabul. HEX triplet: 6D, 5F and 54. RGB value is (109,95,84). Sum of RGB (Red+Green+Blue) = 109+95+84=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 95 (37.5% from 255 or 32.99% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F54 is #92A0AB. Grayscale: #616161. Windows color (decimal): -9609388 or 5529453. OLE color: 5529453.

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

Color convert

RGB1099584-
CMYK00.130.230.57
HSL26.4º12.95%37.84%-
HSV(B)26.4º22.94%42.75%-
XYZ1212.0810.09-
YUV97.93120.14135.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 95 (37.5% from 255) = 32.99%
BLUE value IS 84 (33.20% from 255) = 29.17%
R=37.85%
G=32.99%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109958400.130.230.5726.412.9537.84
Hex6D5F540D17391ad26
Octal1551371240152771321546
Binary1101101101111110101000110110111111001110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,95,84); }

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

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

 a { background-color: rgb(109,95,84); }

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

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

 span { border-color: rgb(109,95,84); }

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