Html Css Color HEX #6C5146 Spice

📋 copy color: '#6C5146'

red 108 ◦ green 81 ◦ blue 70

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

Shades of Spice #6C5146

Tints of Spice #6C5146

RGB

 RED value IS 108 (42.58% from 255) = 41.7%

 GREEN value IS 81 (32.03% from 255) = 31.27%

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

R = 41.7%
G = 31.27%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.58

RGB Variations

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

Color information

#6C5146 (or 0x6C5146) is known color: Spice. HEX triplet: 6C, 51 and 46. RGB value is (108,81,70). Sum of RGB (Red+Green+Blue) = 108+81+70=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5146 is #93AEB9. Grayscale: #575757. Windows color (decimal): -9678522 or 4608364. OLE color: 4608364.

HSL color Cylindrical-coordinate representation of color #6C5146: hue angle of 17.37º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C5146 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 81 70 -
CMYK 0 0.25 0.35 0.58
HSL 17.37º 0.21% 0.35% -
HSV(B) 17.37º 0.35% 0.42% -
XYZ 10.23 9.52 7.09 -
YUV 87.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 108 81 70 0 0.25 0.35 0.58 17.37 0.21 0.35
Hex 6C 51 46 0 19 23 3A 11 15 23
Octal 154 121 106 0 31 43 72 21 25 43
Binary 1101100 1010001 1000110 0 11001 100011 111010 10001 10101 100011

Color Harmonies of #6C5146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5146

Black with #6C5146

Text Example


Text Example

White with #6C5146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,81,70); }

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

background-color css

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

 a { background-color: rgb(108,81,70); }

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

border-color css

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

 span { border-color: rgb(108,81,70); }

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