Html Css Color HEX #684961 Salt Box

📋 copy color: '#684961'

red 104 ◦ green 73 ◦ blue 97

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

Shades of Salt Box #684961

Tints of Salt Box #684961

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

 BLUE value IS 97 (38.28% from 255) = 35.4%

R = 37.96%
G = 26.64%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#684961 (or 0x684961) is known color: Salt Box. HEX triplet: 68, 49 and 61. RGB value is (104,73,97). Sum of RGB (Red+Green+Blue) = 104+73+97=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #684961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684961 is #97B69E. Grayscale: #545454. Windows color (decimal): -9942687 or 6375784. OLE color: 6375784.

HSL color Cylindrical-coordinate representation of color #684961: hue angle of 313.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684961 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 73 97 -
CMYK 0 0.30 0.07 0.59
HSL 313.55º 0.18% 0.35% -
HSV(B) 313.55º 0.3% 0.41% -
XYZ 10.25 8.57 12.42 -
YUV 85.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 104 73 97 0 0.30 0.07 0.59 313.55 0.18 0.35
Hex 68 49 61 0 1E 7 3B 13A 12 23
Octal 150 111 141 0 36 7 73 472 22 43
Binary 1101000 1001001 1100001 0 11110 111 111011 100111010 10010 100011

Color Harmonies of #684961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684961

Black with #684961

Text Example


Text Example

White with #684961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684961; }

 p { color: rgb(104,73,97); }

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

background-color css

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

 a { background-color: rgb(104,73,97); }

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

border-color css

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

 span { border-color: rgb(104,73,97); }

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