Html Css Color HEX #685B65 Salt Box

📋 copy color: '#685B65'

red 104 ◦ green 91 ◦ blue 101

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

Shades of Salt Box #685B65

Tints of Salt Box #685B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 35.14%
G = 30.74%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685B65 (or 0x685B65) is known color: Salt Box. HEX triplet: 68, 5B and 65. RGB value is (104,91,101). Sum of RGB (Red+Green+Blue) = 104+91+101=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B65 is #97A49A. Grayscale: #606060. Windows color (decimal): -9938075 or 6642536. OLE color: 6642536.

HSL color Cylindrical-coordinate representation of color #685B65: hue angle of 313.85º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685B65 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 91 101 -
CMYK 0 0.12 0.03 0.59
HSL 313.85º 0.07% 0.38% -
HSV(B) 313.85º 0.13% 0.41% -
XYZ 11.8 11.36 13.88 -
YUV 96.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 104 91 101 0 0.12 0.03 0.59 313.85 0.07 0.38
Hex 68 5B 65 0 C 3 3B 13A 7 26
Octal 150 133 145 0 14 3 73 472 7 46
Binary 1101000 1011011 1100101 0 1100 11 111011 100111010 111 100110

Color Harmonies of #685B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B65

Black with #685B65

Text Example


Text Example

White with #685B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685B65; }

 p { color: rgb(104,91,101); }

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

background-color css

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

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

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

border-color css

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

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

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