Html Css Color HEX #6D5E53 Kabul

📋 copy color: '#6D5E53'

red 109 ◦ green 94 ◦ blue 83

#6D5E53
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kabul #6D5E53

Tints of Kabul #6D5E53

RGB

 RED value IS 109 (42.97% from 255) = 38.11%

 GREEN value IS 94 (37.11% from 255) = 32.87%

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 38.11%
G = 32.87%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.57

RGB Variations

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

Color information

#6D5E53 (or 0x6D5E53) is known color: Kabul. HEX triplet: 6D, 5E and 53. RGB value is (109,94,83). Sum of RGB (Red+Green+Blue) = 109+94+83=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E53 is #92A1AC. Grayscale: #616161. Windows color (decimal): -9609645 or 5463661. OLE color: 5463661.

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

Color convert

RGB 109 94 83 -
CMYK 0 0.14 0.24 0.57
HSL 25.38º 0.14% 0.38% -
HSV(B) 25.38º 0.24% 0.43% -
XYZ 11.87 11.88 9.85 -
YUV 97.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 109 94 83 0 0.14 0.24 0.57 25.38 0.14 0.38
Hex 6D 5E 53 0 E 18 39 19 E 26
Octal 155 136 123 0 16 30 71 31 16 46
Binary 1101101 1011110 1010011 0 1110 11000 111001 11001 1110 100110

Color Harmonies of #6D5E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E53

Black with #6D5E53

Text Example


Text Example

White with #6D5E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,94,83); }

 H1.HeaderClassName
 {
   color: #6D5E53;
 }
 .AnyTagClassName
 {
   color: #6D5E53;
 }
</style>

background-color css

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

 a { background-color: rgb(109,94,83); }

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

border-color css

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

 span { border-color: rgb(109,94,83); }

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