Html Css Color HEX #685040 Spice

📋 copy color: '#685040'

red 104 ◦ green 80 ◦ blue 64

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

Shades of Spice #685040

Tints of Spice #685040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.26%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 41.94%
G = 32.26%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#685040 (or 0x685040) is known color: Spice. HEX triplet: 68, 50 and 40. RGB value is (104,80,64). Sum of RGB (Red+Green+Blue) = 104+80+64=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685040 is #97AFBF. Grayscale: #555555. Windows color (decimal): -9940928 or 4214888. OLE color: 4214888.

HSL color Cylindrical-coordinate representation of color #685040: hue angle of 24º 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 #685040 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 64 -
CMYK 0 0.23 0.38 0.59
HSL 24º 0.24% 0.33% -
HSV(B) 24º 0.38% 0.41% -
XYZ 9.5 9.05 6.1 -
YUV 85.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 104 80 64 0 0.23 0.38 0.59 24 0.24 0.33
Hex 68 50 40 0 17 26 3B 18 18 21
Octal 150 120 100 0 27 46 73 30 30 41
Binary 1101000 1010000 1000000 0 10111 100110 111011 11000 11000 100001

Color Harmonies of #685040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685040

Black with #685040

Text Example


Text Example

White with #685040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685040; }

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

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

background-color css

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

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

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

border-color css

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

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

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