Html Css Color HEX #684B3C Spice

📋 copy color: '#684B3C'

red 104 ◦ green 75 ◦ blue 60

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

Shades of Spice #684B3C

Tints of Spice #684B3C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

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

R = 43.51%
G = 31.38%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#684B3C (or 0x684B3C) is known color: Spice. HEX triplet: 68, 4B and 3C. RGB value is (104,75,60). Sum of RGB (Red+Green+Blue) = 104+75+60=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #684B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B3C is #97B4C3. Grayscale: #525252. Windows color (decimal): -9942212 or 3951464. OLE color: 3951464.

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

Color convert

RGB 104 75 60 -
CMYK 0 0.28 0.42 0.59
HSL 20.45º 0.27% 0.32% -
HSV(B) 20.45º 0.42% 0.41% -
XYZ 9.04 8.3 5.4 -
YUV 81.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 104 75 60 0 0.28 0.42 0.59 20.45 0.27 0.32
Hex 68 4B 3C 0 1C 2A 3B 14 1B 20
Octal 150 113 74 0 34 52 73 24 33 40
Binary 1101000 1001011 111100 0 11100 101010 111011 10100 11011 100000

Color Harmonies of #684B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684B3C

Black with #684B3C

Text Example


Text Example

White with #684B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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