Html Css Color HEX #685042 Spice

📋 copy color: '#685042'

red 104 ◦ green 80 ◦ blue 66

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

Shades of Spice #685042

Tints of Spice #685042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 26.4%

R = 41.6%
G = 32%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#685042 (or 0x685042) is known color: Spice. HEX triplet: 68, 50 and 42. RGB value is (104,80,66). Sum of RGB (Red+Green+Blue) = 104+80+66=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 104 - color contains mainly: red. Hex color #685042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685042 is #97AFBD. Grayscale: #555555. Windows color (decimal): -9940926 or 4345960. OLE color: 4345960.

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

Color convert

RGB 104 80 66 -
CMYK 0 0.23 0.37 0.59
HSL 22.11º 0.22% 0.33% -
HSV(B) 22.11º 0.37% 0.41% -
XYZ 9.56 9.07 6.4 -
YUV 85.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 104 80 66 0 0.23 0.37 0.59 22.11 0.22 0.33
Hex 68 50 42 0 17 25 3B 16 16 21
Octal 150 120 102 0 27 45 73 26 26 41
Binary 1101000 1010000 1000010 0 10111 100101 111011 10110 10110 100001

Color Harmonies of #685042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685042

Black with #685042

Text Example


Text Example

White with #685042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685042; }

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

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

background-color css

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

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

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

border-color css

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

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

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