Html Css Color HEX #6D4F40 Spice

📋 copy color: '#6D4F40'

red 109 ◦ green 79 ◦ blue 64

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

Shades of Spice #6D4F40

Tints of Spice #6D4F40

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.35%

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

R = 43.25%
G = 31.35%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.57

RGB Variations

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

Color information

#6D4F40 (or 0x6D4F40) is known color: Spice. HEX triplet: 6D, 4F and 40. RGB value is (109,79,64). Sum of RGB (Red+Green+Blue) = 109+79+64=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 79 (31.25% from 255 or 31.35% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D4F40 is #92B0BF. Grayscale: #565656. Windows color (decimal): -9613504 or 4214637. OLE color: 4214637.

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

Color convert

RGB 109 79 64 -
CMYK 0 0.28 0.41 0.57
HSL 20º 0.26% 0.34% -
HSV(B) 20º 0.41% 0.43% -
XYZ 10.03 9.21 6.1 -
YUV 86.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 109 79 64 0 0.28 0.41 0.57 20 0.26 0.34
Hex 6D 4F 40 0 1C 29 39 14 1A 22
Octal 155 117 100 0 34 51 71 24 32 42
Binary 1101101 1001111 1000000 0 11100 101001 111001 10100 11010 100010

Color Harmonies of #6D4F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4F40

Black with #6D4F40

Text Example


Text Example

White with #6D4F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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