Html Css Color HEX #684964 Salt Box

📋 copy color: '#684964'

red 104 ◦ green 73 ◦ blue 100

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

Shades of Salt Box #684964

Tints of Salt Box #684964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 37.55%
G = 26.35%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#684964 (or 0x684964) is known color: Salt Box. HEX triplet: 68, 49 and 64. RGB value is (104,73,100). Sum of RGB (Red+Green+Blue) = 104+73+100=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #684964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684964 is #97B69B. Grayscale: #555555. Windows color (decimal): -9942684 or 6572392. OLE color: 6572392.

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

Color convert

RGB 104 73 100 -
CMYK 0 0.30 0.04 0.59
HSL 307.74º 0.18% 0.35% -
HSV(B) 307.74º 0.3% 0.41% -
XYZ 10.39 8.63 13.17 -
YUV 85.35 136.27 141.3 -
System Red Green Blue C M Y K H S L
Decimal 104 73 100 0 0.30 0.04 0.59 307.74 0.18 0.35
Hex 68 49 64 0 1E 4 3B 134 12 23
Octal 150 111 144 0 36 4 73 464 22 43
Binary 1101000 1001001 1100100 0 11110 100 111011 100110100 10010 100011

Color Harmonies of #684964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684964

Black with #684964

Text Example


Text Example

White with #684964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684964; }

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

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

background-color css

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

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

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

border-color css

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

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

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