Html Css Color HEX #685962 Salt Box

📋 copy color: '#685962'

red 104 ◦ green 89 ◦ blue 98

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

Shades of Salt Box #685962

Tints of Salt Box #685962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 35.74%
G = 30.58%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#685962 (or 0x685962) is known color: Salt Box. HEX triplet: 68, 59 and 62. RGB value is (104,89,98). Sum of RGB (Red+Green+Blue) = 104+89+98=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685962 is #97A69D. Grayscale: #5E5E5E. Windows color (decimal): -9938590 or 6445416. OLE color: 6445416.

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

Color convert

RGB 104 89 98 -
CMYK 0 0.14 0.06 0.59
HSL 324º 0.08% 0.38% -
HSV(B) 324º 0.14% 0.41% -
XYZ 11.49 10.97 13.07 -
YUV 94.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 104 89 98 0 0.14 0.06 0.59 324 0.08 0.38
Hex 68 59 62 0 E 6 3B 144 8 26
Octal 150 131 142 0 16 6 73 504 10 46
Binary 1101000 1011001 1100010 0 1110 110 111011 101000100 1000 100110

Color Harmonies of #685962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685962

Black with #685962

Text Example


Text Example

White with #685962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685962; }

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

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

background-color css

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

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

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

border-color css

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

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

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