Html Css Color HEX #684D40 Spice

📋 copy color: '#684D40'

red 104 ◦ green 77 ◦ blue 64

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

Shades of Spice #684D40

Tints of Spice #684D40

RGB

 RED value IS 104 (41.02% from 255) = 42.45%

 GREEN value IS 77 (30.47% from 255) = 31.43%

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 42.45%
G = 31.43%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#684D40 (or 0x684D40) is known color: Spice. HEX triplet: 68, 4D and 40. RGB value is (104,77,64). Sum of RGB (Red+Green+Blue) = 104+77+64=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684D40 is #97B2BF. Grayscale: #535353. Windows color (decimal): -9941696 or 4214120. OLE color: 4214120.

HSL color Cylindrical-coordinate representation of color #684D40: hue angle of 19.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684D40 is Cyan = 0, Magento = 0.26, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 77 64 -
CMYK 0 0.26 0.38 0.59
HSL 19.5º 0.24% 0.33% -
HSV(B) 19.5º 0.38% 0.41% -
XYZ 9.29 8.62 6.02 -
YUV 83.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 104 77 64 0 0.26 0.38 0.59 19.5 0.24 0.33
Hex 68 4D 40 0 1A 26 3B 14 18 21
Octal 150 115 100 0 32 46 73 24 30 41
Binary 1101000 1001101 1000000 0 11010 100110 111011 10100 11000 100001

Color Harmonies of #684D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D40

Black with #684D40

Text Example


Text Example

White with #684D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684D40; }

 p { color: rgb(104,77,64); }

 H1.HeaderClassName
 {
   color: #684D40;
 }
 .AnyTagClassName
 {
   color: #684D40;
 }
</style>

background-color css

<style>
 a { background-color: #684D40; }

 a { background-color: rgb(104,77,64); }

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

border-color css

<style>
 span { border-color: #684D40; }

 span { border-color: rgb(104,77,64); }

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