Html Css Color HEX #684C3E Spice

📋 copy color: '#684C3E'

red 104 ◦ green 76 ◦ blue 62

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

Shades of Spice #684C3E

Tints of Spice #684C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 42.98%
G = 31.4%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.59

RGB Variations

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

Color information

#684C3E (or 0x684C3E) is known color: Spice. HEX triplet: 68, 4C and 3E. RGB value is (104,76,62). Sum of RGB (Red+Green+Blue) = 104+76+62=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684C3E is #97B3C1. Grayscale: #525252. Windows color (decimal): -9941954 or 4082792. OLE color: 4082792.

HSL color Cylindrical-coordinate representation of color #684C3E: hue angle of 20º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684C3E is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 76 62 -
CMYK 0 0.27 0.40 0.59
HSL 20º 0.25% 0.33% -
HSV(B) 20º 0.4% 0.41% -
XYZ 9.16 8.46 5.71 -
YUV 82.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 104 76 62 0 0.27 0.40 0.59 20 0.25 0.33
Hex 68 4C 3E 0 1B 28 3B 14 19 21
Octal 150 114 76 0 33 50 73 24 31 41
Binary 1101000 1001100 111110 0 11011 101000 111011 10100 11001 100001

Color Harmonies of #684C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C3E

Black with #684C3E

Text Example


Text Example

White with #684C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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