#6C493D

Color #6C493D Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #6C493D

Tints of Spice #6C493D

Color information

#6C493D (or 0x6C493D) is unknown color: approx Spice. HEX triplet: 6C, 49 and 3D. RGB value is (108,73,61). Sum of RGB (Red+Green+Blue) = 108+73+61=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C493D is #93B6C2. Grayscale: #525252. Windows color (decimal): -9680579 or 4016492. OLE color: 4016492.

HSL color Cylindrical-coordinate representation of color #6C493D: hue angle of 15.32º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C493D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB1087361-
CMYK00.320.440.58
HSL15.32º27.81%33.14%-
HSV(B)15.32º43.52%42.35%-
XYZ9.418.295.52-
YUV82.1116.1146.48-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 44.63%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 61 (24.22% from 255) = 25.21%
R=44.63%
G=30.17%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108736100.320.440.5815.3227.8133.14
Hex6C493D0202C3Af1c21
Octal154111750405472173441
Binary110110010010011111010100000101100111010111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,73,61); }

 H1.HeaderClassName
 {
   color: #6C493D;
 }
 .AnyTagClassName
 {
   color: #6C493D;
 }
</style>
background-color css

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

 a { background-color: rgb(108,73,61); }

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

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

 span { border-color: rgb(108,73,61); }

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