Html Css Color HEX #684A3D Spice

📋 copy color: '#684A3D'

red 104 ◦ green 74 ◦ blue 61

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

Shades of Spice #684A3D

Tints of Spice #684A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 43.51%
G = 30.96%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#684A3D (or 0x684A3D) is known color: Spice. HEX triplet: 68, 4A and 3D. RGB value is (104,74,61). Sum of RGB (Red+Green+Blue) = 104+74+61=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684A3D is #97B5C2. Grayscale: #515151. Windows color (decimal): -9942467 or 4016744. OLE color: 4016744.

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

Color convert

RGB 104 74 61 -
CMYK 0 0.29 0.41 0.59
HSL 18.14º 0.26% 0.32% -
HSV(B) 18.14º 0.41% 0.41% -
XYZ 9 8.18 5.52 -
YUV 81.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 104 74 61 0 0.29 0.41 0.59 18.14 0.26 0.32
Hex 68 4A 3D 0 1D 29 3B 12 1A 20
Octal 150 112 75 0 35 51 73 22 32 40
Binary 1101000 1001010 111101 0 11101 101001 111011 10010 11010 100000

Color Harmonies of #684A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A3D

Black with #684A3D

Text Example


Text Example

White with #684A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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