Html Css Color HEX #684A3C Spice

📋 copy color: '#684A3C'

red 104 ◦ green 74 ◦ blue 60

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

Shades of Spice #684A3C

Tints of Spice #684A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 43.7%
G = 31.09%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#684A3C (or 0x684A3C) is known color: Spice. HEX triplet: 68, 4A and 3C. RGB value is (104,74,60). Sum of RGB (Red+Green+Blue) = 104+74+60=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3C is #97B5C3. Grayscale: #515151. Windows color (decimal): -9942468 or 3951208. OLE color: 3951208.

HSL color Cylindrical-coordinate representation of color #684A3C: hue angle of 19.09º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684A3C is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 74 60 -
CMYK 0 0.29 0.42 0.59
HSL 19.09º 0.27% 0.32% -
HSV(B) 19.09º 0.42% 0.41% -
XYZ 8.97 8.17 5.38 -
YUV 81.37 115.94 144.14 -
System Red Green Blue C M Y K H S L
Decimal 104 74 60 0 0.29 0.42 0.59 19.09 0.27 0.32
Hex 68 4A 3C 0 1D 2A 3B 13 1B 20
Octal 150 112 74 0 35 52 73 23 33 40
Binary 1101000 1001010 111100 0 11101 101010 111011 10011 11011 100000

Color Harmonies of #684A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A3C

Black with #684A3C

Text Example


Text Example

White with #684A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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