Html Css Color HEX #685768 Salt Box

📋 copy color: '#685768'

red 104 ◦ green 87 ◦ blue 104

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

Shades of Salt Box #685768

Tints of Salt Box #685768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.49%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 35.25%
G = 29.49%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685768 (or 0x685768) is known color: Salt Box. HEX triplet: 68, 57 and 68. RGB value is (104,87,104). Sum of RGB (Red+Green+Blue) = 104+87+104=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 87 (34.38% from 255 or 29.49% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685768 is #97A897. Grayscale: #5D5D5D. Windows color (decimal): -9939096 or 6838120. OLE color: 6838120.

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

Color convert

RGB 104 87 104 -
CMYK 0 0.16 0 0.59
HSL 300º 0.09% 0.37% -
HSV(B) 300º 0.16% 0.41% -
XYZ 11.62 10.76 14.56 -
YUV 94.02 133.63 135.12 -
System Red Green Blue C M Y K H S L
Decimal 104 87 104 0 0.16 0 0.59 300 0.09 0.37
Hex 68 57 68 0 10 0 3B 12C 9 25
Octal 150 127 150 0 20 0 73 454 11 45
Binary 1101000 1010111 1101000 0 10000 0 111011 100101100 1001 100101

Color Harmonies of #685768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685768

Black with #685768

Text Example


Text Example

White with #685768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685768; }

 p { color: rgb(104,87,104); }

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

background-color css

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

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

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

border-color css

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

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

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