Html Css Color HEX #6D493A Spice

📋 copy color: '#6D493A'

red 109 ◦ green 73 ◦ blue 58

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

Shades of Spice #6D493A

Tints of Spice #6D493A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 45.42%
G = 30.42%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6D493A (or 0x6D493A) is known color: Spice. HEX triplet: 6D, 49 and 3A. RGB value is (109,73,58). Sum of RGB (Red+Green+Blue) = 109+73+58=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D493A is #92B6C5. Grayscale: #525252. Windows color (decimal): -9615046 or 3819885. OLE color: 3819885.

HSL color Cylindrical-coordinate representation of color #6D493A: hue angle of 17.65º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D493A is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 73 58 -
CMYK 0 0.33 0.47 0.57
HSL 17.65º 0.31% 0.33% -
HSV(B) 17.65º 0.47% 0.43% -
XYZ 9.45 8.32 5.11 -
YUV 82.05 114.43 147.22 -
System Red Green Blue C M Y K H S L
Decimal 109 73 58 0 0.33 0.47 0.57 17.65 0.31 0.33
Hex 6D 49 3A 0 21 2F 39 12 1F 21
Octal 155 111 72 0 41 57 71 22 37 41
Binary 1101101 1001001 111010 0 100001 101111 111001 10010 11111 100001

Color Harmonies of #6D493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D493A

Black with #6D493A

Text Example


Text Example

White with #6D493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,73,58); }

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

background-color css

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

 a { background-color: rgb(109,73,58); }

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

border-color css

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

 span { border-color: rgb(109,73,58); }

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