Html Css Color HEX #685061 Salt Box

📋 copy color: '#685061'

red 104 ◦ green 80 ◦ blue 97

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

Shades of Salt Box #685061

Tints of Salt Box #685061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 37.01%
G = 28.47%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#685061 (or 0x685061) is known color: Salt Box. HEX triplet: 68, 50 and 61. RGB value is (104,80,97). Sum of RGB (Red+Green+Blue) = 104+80+97=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #685061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685061 is #97AF9E. Grayscale: #595959. Windows color (decimal): -9940895 or 6377576. OLE color: 6377576.

HSL color Cylindrical-coordinate representation of color #685061: hue angle of 317.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685061 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 97 -
CMYK 0 0.23 0.07 0.59
HSL 317.5º 0.13% 0.36% -
HSV(B) 317.5º 0.23% 0.41% -
XYZ 10.74 9.54 12.59 -
YUV 89.11 132.45 138.62 -
System Red Green Blue C M Y K H S L
Decimal 104 80 97 0 0.23 0.07 0.59 317.5 0.13 0.36
Hex 68 50 61 0 17 7 3B 13E D 24
Octal 150 120 141 0 27 7 73 476 15 44
Binary 1101000 1010000 1100001 0 10111 111 111011 100111110 1101 100100

Color Harmonies of #685061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685061

Black with #685061

Text Example


Text Example

White with #685061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685061; }

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

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

background-color css

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

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

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

border-color css

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

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

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