Html Css Color HEX #684E40 Spice

📋 copy color: '#684E40'

red 104 ◦ green 78 ◦ blue 64

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

Shades of Spice #684E40

Tints of Spice #684E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.71%

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

R = 42.28%
G = 31.71%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#684E40 (or 0x684E40) is known color: Spice. HEX triplet: 68, 4E and 40. RGB value is (104,78,64). Sum of RGB (Red+Green+Blue) = 104+78+64=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #684E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E40 is #97B1BF. Grayscale: #545454. Windows color (decimal): -9941440 or 4214376. OLE color: 4214376.

HSL color Cylindrical-coordinate representation of color #684E40: hue angle of 21º 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 #684E40 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 64 -
CMYK 0 0.25 0.38 0.59
HSL 21º 0.24% 0.33% -
HSV(B) 21º 0.38% 0.41% -
XYZ 9.36 8.76 6.05 -
YUV 84.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 104 78 64 0 0.25 0.38 0.59 21 0.24 0.33
Hex 68 4E 40 0 19 26 3B 15 18 21
Octal 150 116 100 0 31 46 73 25 30 41
Binary 1101000 1001110 1000000 0 11001 100110 111011 10101 11000 100001

Color Harmonies of #684E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E40

Black with #684E40

Text Example


Text Example

White with #684E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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