#684B40

Color #684B40 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #684B40

Tints of Spice #684B40

Color information

#684B40 (or 0x684B40) is unknown color: approx Spice. HEX triplet: 68, 4B and 40. RGB value is (104,75,64). Sum of RGB (Red+Green+Blue) = 104+75+64=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684B40 is #97B4BF. Grayscale: #525252. Windows color (decimal): -9942208 or 4213608. OLE color: 4213608.

HSL color Cylindrical-coordinate representation of color #684B40: hue angle of 16.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684B40 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1047564-
CMYK00.280.380.59
HSL16.5º23.81%32.94%-
HSV(B)16.5º38.46%40.78%-
XYZ9.158.355.98-
YUV82.42117.61143.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 64 (25.39% from 255) = 26.34%
R=42.80%
G=30.86%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104756400.280.380.5916.523.8132.94
Hex684B4001C263B111821
Octal1501131000344673213041
Binary1101000100101110000000111001001101110111000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #684B40;
 }
 .AnyTagClassName
 {
   color: #684B40;
 }
</style>
background-color css

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

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

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

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

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

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