Html Css Color HEX #685045 Spice

📋 copy color: '#685045'

red 104 ◦ green 80 ◦ blue 69

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

Shades of Spice #685045

Tints of Spice #685045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 41.11%
G = 31.62%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#685045 (or 0x685045) is known color: Spice. HEX triplet: 68, 50 and 45. RGB value is (104,80,69). Sum of RGB (Red+Green+Blue) = 104+80+69=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #685045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685045 is #97AFBA. Grayscale: #555555. Windows color (decimal): -9940923 or 4542568. OLE color: 4542568.

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

Color convert

RGB 104 80 69 -
CMYK 0 0.23 0.34 0.59
HSL 18.86º 0.2% 0.34% -
HSV(B) 18.86º 0.34% 0.41% -
XYZ 9.65 9.11 6.88 -
YUV 85.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 104 80 69 0 0.23 0.34 0.59 18.86 0.2 0.34
Hex 68 50 45 0 17 22 3B 13 14 22
Octal 150 120 105 0 27 42 73 23 24 42
Binary 1101000 1010000 1000101 0 10111 100010 111011 10011 10100 100010

Color Harmonies of #685045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685045

Black with #685045

Text Example


Text Example

White with #685045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685045; }

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

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

background-color css

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

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

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

border-color css

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

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

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