Html Css Color HEX #6D5240 Spice

📋 copy color: '#6D5240'

red 109 ◦ green 82 ◦ blue 64

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

Shades of Spice #6D5240

Tints of Spice #6D5240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.16%

 BLUE value IS 64 (25.39% from 255) = 25.1%

R = 42.75%
G = 32.16%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D5240 (or 0x6D5240) is known color: Spice. HEX triplet: 6D, 52 and 40. RGB value is (109,82,64). Sum of RGB (Red+Green+Blue) = 109+82+64=255 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.75% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5240 is #92ADBF. Grayscale: #585858. Windows color (decimal): -9612736 or 4215405. OLE color: 4215405.

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

Color convert

RGB 109 82 64 -
CMYK 0 0.25 0.41 0.57
HSL 24º 0.26% 0.34% -
HSV(B) 24º 0.41% 0.43% -
XYZ 10.25 9.66 6.17 -
YUV 88.02 114.45 142.96 -
System Red Green Blue C M Y K H S L
Decimal 109 82 64 0 0.25 0.41 0.57 24 0.26 0.34
Hex 6D 52 40 0 19 29 39 18 1A 22
Octal 155 122 100 0 31 51 71 30 32 42
Binary 1101101 1010010 1000000 0 11001 101001 111001 11000 11010 100010

Color Harmonies of #6D5240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5240

Black with #6D5240

Text Example


Text Example

White with #6D5240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,64); }

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

background-color css

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

 a { background-color: rgb(109,82,64); }

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

border-color css

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

 span { border-color: rgb(109,82,64); }

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