Html Css Color HEX #6D5144 Spice

📋 copy color: '#6D5144'

red 109 ◦ green 81 ◦ blue 68

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

Shades of Spice #6D5144

Tints of Spice #6D5144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 42.25%
G = 31.4%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.57

RGB Variations

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

Color information

#6D5144 (or 0x6D5144) is known color: Spice. HEX triplet: 6D, 51 and 44. RGB value is (109,81,68). Sum of RGB (Red+Green+Blue) = 109+81+68=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5144 is #92AEBB. Grayscale: #575757. Windows color (decimal): -9612988 or 4477293. OLE color: 4477293.

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

Color convert

RGB 109 81 68 -
CMYK 0 0.26 0.38 0.57
HSL 19.02º 0.23% 0.35% -
HSV(B) 19.02º 0.38% 0.43% -
XYZ 10.29 9.55 6.77 -
YUV 87.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 109 81 68 0 0.26 0.38 0.57 19.02 0.23 0.35
Hex 6D 51 44 0 1A 26 39 13 17 23
Octal 155 121 104 0 32 46 71 23 27 43
Binary 1101101 1010001 1000100 0 11010 100110 111001 10011 10111 100011

Color Harmonies of #6D5144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5144

Black with #6D5144

Text Example


Text Example

White with #6D5144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,68); }

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

background-color css

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

 a { background-color: rgb(109,81,68); }

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

border-color css

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

 span { border-color: rgb(109,81,68); }

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