Html Css Color HEX #684E3F Spice

📋 copy color: '#684E3F'

red 104 ◦ green 78 ◦ blue 63

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

Shades of Spice #684E3F

Tints of Spice #684E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.71%

R = 42.45%
G = 31.84%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#684E3F (or 0x684E3F) is known color: Spice. HEX triplet: 68, 4E and 3F. RGB value is (104,78,63). Sum of RGB (Red+Green+Blue) = 104+78+63=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #684E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684E3F is #97B1C0. Grayscale: #545454. Windows color (decimal): -9941441 or 4148840. OLE color: 4148840.

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

Color convert

RGB 104 78 63 -
CMYK 0 0.25 0.39 0.59
HSL 21.95º 0.25% 0.33% -
HSV(B) 21.95º 0.39% 0.41% -
XYZ 9.33 8.75 5.9 -
YUV 84.06 116.11 142.22 -
System Red Green Blue C M Y K H S L
Decimal 104 78 63 0 0.25 0.39 0.59 21.95 0.25 0.33
Hex 68 4E 3F 0 19 27 3B 16 19 21
Octal 150 116 77 0 31 47 73 26 31 41
Binary 1101000 1001110 111111 0 11001 100111 111011 10110 11001 100001

Color Harmonies of #684E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E3F

Black with #684E3F

Text Example


Text Example

White with #684E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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