Html Css Color HEX #684F3F Spice

📋 copy color: '#684F3F'

red 104 ◦ green 79 ◦ blue 63

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

Shades of Spice #684F3F

Tints of Spice #684F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 32.11%

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

R = 42.28%
G = 32.11%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#684F3F (or 0x684F3F) is known color: Spice. HEX triplet: 68, 4F and 3F. RGB value is (104,79,63). Sum of RGB (Red+Green+Blue) = 104+79+63=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 79 (31.25% from 255 or 32.11% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #684F3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #684F3F is #97B0C0. Grayscale: #545454. Windows color (decimal): -9941185 or 4149096. OLE color: 4149096.

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

Color convert

RGB 104 79 63 -
CMYK 0 0.24 0.39 0.59
HSL 23.41º 0.25% 0.33% -
HSV(B) 23.41º 0.39% 0.41% -
XYZ 9.4 8.89 5.92 -
YUV 84.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 104 79 63 0 0.24 0.39 0.59 23.41 0.25 0.33
Hex 68 4F 3F 0 18 27 3B 17 19 21
Octal 150 117 77 0 30 47 73 27 31 41
Binary 1101000 1001111 111111 0 11000 100111 111011 10111 11001 100001

Color Harmonies of #684F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F3F

Black with #684F3F

Text Example


Text Example

White with #684F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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