Html Css Color HEX #6C493D Spice

📋 copy color: '#6C493D'

red 108 ◦ green 73 ◦ blue 61

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

Shades of Spice #6C493D

Tints of Spice #6C493D

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 value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6C493D (or 0x6C493D) is known color: 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

RGB 108 73 61 -
CMYK 0 0.32 0.44 0.58
HSL 15.32º 0.28% 0.33% -
HSV(B) 15.32º 0.44% 0.42% -
XYZ 9.41 8.29 5.52 -
YUV 82.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 108 73 61 0 0.32 0.44 0.58 15.32 0.28 0.33
Hex 6C 49 3D 0 20 2C 3A F 1C 21
Octal 154 111 75 0 40 54 72 17 34 41
Binary 1101100 1001001 111101 0 100000 101100 111010 1111 11100 100001

Color Harmonies of #6C493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C493D

Black with #6C493D

Text Example


Text Example

White with #6C493D

Text Example


Text Example

HTML Codes & Css Web 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>