Html Css Color HEX #684E42 Spice

📋 copy color: '#684E42'

red 104 ◦ green 78 ◦ blue 66

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

Shades of Spice #684E42

Tints of Spice #684E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 41.94%
G = 31.45%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#684E42 (or 0x684E42) is known color: Spice. HEX triplet: 68, 4E and 42. RGB value is (104,78,66). Sum of RGB (Red+Green+Blue) = 104+78+66=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #684E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E42 is #97B1BD. Grayscale: #545454. Windows color (decimal): -9941438 or 4345448. OLE color: 4345448.

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

Color convert

RGB 104 78 66 -
CMYK 0 0.25 0.37 0.59
HSL 18.95º 0.22% 0.33% -
HSV(B) 18.95º 0.37% 0.41% -
XYZ 9.42 8.79 6.35 -
YUV 84.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 104 78 66 0 0.25 0.37 0.59 18.95 0.22 0.33
Hex 68 4E 42 0 19 25 3B 13 16 21
Octal 150 116 102 0 31 45 73 23 26 41
Binary 1101000 1001110 1000010 0 11001 100101 111011 10011 10110 100001

Color Harmonies of #684E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E42

Black with #684E42

Text Example


Text Example

White with #684E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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