Html Css Color HEX #684C3D Spice

📋 copy color: '#684C3D'

red 104 ◦ green 76 ◦ blue 61

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

Shades of Spice #684C3D

Tints of Spice #684C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.54%

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

R = 43.15%
G = 31.54%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.59

RGB Variations

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

Color information

#684C3D (or 0x684C3D) is known color: Spice. HEX triplet: 68, 4C and 3D. RGB value is (104,76,61). Sum of RGB (Red+Green+Blue) = 104+76+61=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 76 (30.08% from 255 or 31.54% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C3D is #97B3C2. Grayscale: #525252. Windows color (decimal): -9941955 or 4017256. OLE color: 4017256.

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

Color convert

RGB 104 76 61 -
CMYK 0 0.27 0.41 0.59
HSL 20.93º 0.26% 0.32% -
HSV(B) 20.93º 0.41% 0.41% -
XYZ 9.14 8.45 5.56 -
YUV 82.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 104 76 61 0 0.27 0.41 0.59 20.93 0.26 0.32
Hex 68 4C 3D 0 1B 29 3B 15 1A 20
Octal 150 114 75 0 33 51 73 25 32 40
Binary 1101000 1001100 111101 0 11011 101001 111011 10101 11010 100000

Color Harmonies of #684C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C3D

Black with #684C3D

Text Example


Text Example

White with #684C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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