Html Css Color HEX #685C65 Salt Box

📋 copy color: '#685C65'

red 104 ◦ green 92 ◦ blue 101

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

Shades of Salt Box #685C65

Tints of Salt Box #685C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.98%

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

R = 35.02%
G = 30.98%
B = 34.01%

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

#685C65 (or 0x685C65) is known color: Salt Box. HEX triplet: 68, 5C and 65. RGB value is (104,92,101). Sum of RGB (Red+Green+Blue) = 104+92+101=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 92 (36.33% from 255 or 30.98% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C65 is #97A39A. Grayscale: #606060. Windows color (decimal): -9937819 or 6642792. OLE color: 6642792.

HSL color Cylindrical-coordinate representation of color #685C65: hue angle of 315º degrees, saturation: 0.06, 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 #685C65 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 101 -
CMYK 0 0.12 0.03 0.59
HSL 315º 0.06% 0.38% -
HSV(B) 315º 0.12% 0.41% -
XYZ 11.89 11.54 13.91 -
YUV 96.61 130.48 133.27 -
System Red Green Blue C M Y K H S L
Decimal 104 92 101 0 0.12 0.03 0.59 315 0.06 0.38
Hex 68 5C 65 0 C 3 3B 13B 6 26
Octal 150 134 145 0 14 3 73 473 6 46
Binary 1101000 1011100 1100101 0 1100 11 111011 100111011 110 100110

Color Harmonies of #685C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C65

Black with #685C65

Text Example


Text Example

White with #685C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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