Html Css Color HEX #685044 Spice

📋 copy color: '#685044'

red 104 ◦ green 80 ◦ blue 68

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

Shades of Spice #685044

Tints of Spice #685044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.98%

R = 41.27%
G = 31.75%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#685044 (or 0x685044) is known color: Spice. HEX triplet: 68, 50 and 44. RGB value is (104,80,68). Sum of RGB (Red+Green+Blue) = 104+80+68=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685044 is #97AFBB. Grayscale: #555555. Windows color (decimal): -9940924 or 4477032. OLE color: 4477032.

HSL color Cylindrical-coordinate representation of color #685044: hue angle of 20º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #685044 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 68 -
CMYK 0 0.23 0.35 0.59
HSL 20º 0.21% 0.34% -
HSV(B) 20º 0.35% 0.41% -
XYZ 9.62 9.1 6.72 -
YUV 85.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 104 80 68 0 0.23 0.35 0.59 20 0.21 0.34
Hex 68 50 44 0 17 23 3B 14 15 22
Octal 150 120 104 0 27 43 73 24 25 42
Binary 1101000 1010000 1000100 0 10111 100011 111011 10100 10101 100010

Color Harmonies of #685044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685044

Black with #685044

Text Example


Text Example

White with #685044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685044; }

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

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

background-color css

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

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

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

border-color css

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

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

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