Html Css Color HEX #6D5246 Spice

📋 copy color: '#6D5246'

red 109 ◦ green 82 ◦ blue 70

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

Shades of Spice #6D5246

Tints of Spice #6D5246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 41.76%
G = 31.42%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#6D5246 (or 0x6D5246) is known color: Spice. HEX triplet: 6D, 52 and 46. RGB value is (109,82,70). Sum of RGB (Red+Green+Blue) = 109+82+70=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5246 is #92ADB9. Grayscale: #585858. Windows color (decimal): -9612730 or 4608621. OLE color: 4608621.

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

Color convert

RGB 109 82 70 -
CMYK 0 0.25 0.36 0.57
HSL 18.46º 0.22% 0.35% -
HSV(B) 18.46º 0.36% 0.43% -
XYZ 10.43 9.73 7.12 -
YUV 88.71 117.45 142.48 -
System Red Green Blue C M Y K H S L
Decimal 109 82 70 0 0.25 0.36 0.57 18.46 0.22 0.35
Hex 6D 52 46 0 19 24 39 12 16 23
Octal 155 122 106 0 31 44 71 22 26 43
Binary 1101101 1010010 1000110 0 11001 100100 111001 10010 10110 100011

Color Harmonies of #6D5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5246

Black with #6D5246

Text Example


Text Example

White with #6D5246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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