Html Css Color HEX #6C5248 Spice

📋 copy color: '#6C5248'

red 108 ◦ green 82 ◦ blue 72

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

Shades of Spice #6C5248

Tints of Spice #6C5248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 41.22%
G = 31.3%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6C5248 (or 0x6C5248) is known color: Spice. HEX triplet: 6C, 52 and 48. RGB value is (108,82,72). Sum of RGB (Red+Green+Blue) = 108+82+72=262 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.22% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5248 is #93ADB7. Grayscale: #585858. Windows color (decimal): -9678264 or 4739692. OLE color: 4739692.

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

Color convert

RGB 108 82 72 -
CMYK 0 0.24 0.33 0.58
HSL 16.67º 0.2% 0.35% -
HSV(B) 16.67º 0.33% 0.42% -
XYZ 10.37 9.69 7.45 -
YUV 88.63 118.61 141.81 -
System Red Green Blue C M Y K H S L
Decimal 108 82 72 0 0.24 0.33 0.58 16.67 0.2 0.35
Hex 6C 52 48 0 18 21 3A 11 14 23
Octal 154 122 110 0 30 41 72 21 24 43
Binary 1101100 1010010 1001000 0 11000 100001 111010 10001 10100 100011

Color Harmonies of #6C5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5248

Black with #6C5248

Text Example


Text Example

White with #6C5248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,82,72); }

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

background-color css

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

 a { background-color: rgb(108,82,72); }

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

border-color css

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

 span { border-color: rgb(108,82,72); }

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