Html Css Color HEX #685964 Salt Box

📋 copy color: '#685964'

red 104 ◦ green 89 ◦ blue 100

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

Shades of Salt Box #685964

Tints of Salt Box #685964

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

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

R = 35.49%
G = 30.38%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685964 (or 0x685964) is known color: Salt Box. HEX triplet: 68, 59 and 64. RGB value is (104,89,100). Sum of RGB (Red+Green+Blue) = 104+89+100=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685964 is #97A69B. Grayscale: #5E5E5E. Windows color (decimal): -9938588 or 6576488. OLE color: 6576488.

HSL color Cylindrical-coordinate representation of color #685964: hue angle of 316º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #685964 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 89 100 -
CMYK 0 0.14 0.04 0.59
HSL 316º 0.08% 0.38% -
HSV(B) 316º 0.14% 0.41% -
XYZ 11.58 11.01 13.57 -
YUV 94.74 130.97 134.61 -
System Red Green Blue C M Y K H S L
Decimal 104 89 100 0 0.14 0.04 0.59 316 0.08 0.38
Hex 68 59 64 0 E 4 3B 13C 8 26
Octal 150 131 144 0 16 4 73 474 10 46
Binary 1101000 1011001 1100100 0 1110 100 111011 100111100 1000 100110

Color Harmonies of #685964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685964

Black with #685964

Text Example


Text Example

White with #685964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685964; }

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

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

background-color css

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

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

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

border-color css

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

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

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