Html Css Color HEX #6D4A40 Spice

📋 copy color: '#6D4A40'

red 109 ◦ green 74 ◦ blue 64

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

Shades of Spice #6D4A40

Tints of Spice #6D4A40

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.96%

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

R = 44.13%
G = 29.96%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D4A40 (or 0x6D4A40) is known color: Spice. HEX triplet: 6D, 4A and 40. RGB value is (109,74,64). Sum of RGB (Red+Green+Blue) = 109+74+64=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A40 is #92B5BF. Grayscale: #535353. Windows color (decimal): -9614784 or 4213357. OLE color: 4213357.

HSL color Cylindrical-coordinate representation of color #6D4A40: hue angle of 13.33º 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 #6D4A40 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 74 64 -
CMYK 0 0.32 0.41 0.57
HSL 13.33º 0.26% 0.34% -
HSV(B) 13.33º 0.41% 0.43% -
XYZ 9.68 8.52 5.98 -
YUV 83.33 117.1 146.31 -
System Red Green Blue C M Y K H S L
Decimal 109 74 64 0 0.32 0.41 0.57 13.33 0.26 0.34
Hex 6D 4A 40 0 20 29 39 D 1A 22
Octal 155 112 100 0 40 51 71 15 32 42
Binary 1101101 1001010 1000000 0 100000 101001 111001 1101 11010 100010

Color Harmonies of #6D4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4A40

Black with #6D4A40

Text Example


Text Example

White with #6D4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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