Html Css Color HEX #684A3F Spice

📋 copy color: '#684A3F'

red 104 ◦ green 74 ◦ blue 63

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

Shades of Spice #684A3F

Tints of Spice #684A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.71%

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

R = 43.15%
G = 30.71%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#684A3F (or 0x684A3F) is known color: Spice. HEX triplet: 68, 4A and 3F. RGB value is (104,74,63). Sum of RGB (Red+Green+Blue) = 104+74+63=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3F is #97B5C0. Grayscale: #515151. Windows color (decimal): -9942465 or 4147816. OLE color: 4147816.

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

Color convert

RGB 104 74 63 -
CMYK 0 0.29 0.39 0.59
HSL 16.1º 0.25% 0.33% -
HSV(B) 16.1º 0.39% 0.41% -
XYZ 9.05 8.2 5.81 -
YUV 81.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 104 74 63 0 0.29 0.39 0.59 16.1 0.25 0.33
Hex 68 4A 3F 0 1D 27 3B 10 19 21
Octal 150 112 77 0 35 47 73 20 31 41
Binary 1101000 1001010 111111 0 11101 100111 111011 10000 11001 100001

Color Harmonies of #684A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A3F

Black with #684A3F

Text Example


Text Example

White with #684A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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