Html Css Color HEX #685E67 Salt Box

📋 copy color: '#685E67'

red 104 ◦ green 94 ◦ blue 103

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

Shades of Salt Box #685E67

Tints of Salt Box #685E67

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.23%

 BLUE value IS 103 (40.63% from 255) = 34.22%

R = 34.55%
G = 31.23%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#685E67 (or 0x685E67) is known color: Salt Box. HEX triplet: 68, 5E and 67. RGB value is (104,94,103). Sum of RGB (Red+Green+Blue) = 104+94+103=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 103 (40.62% from 255 or 34.22% from 301); Max value from RGB is 104 - color contains mainly: red. Hex color #685E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E67 is #97A198. Grayscale: #616161. Windows color (decimal): -9937305 or 6774376. OLE color: 6774376.

HSL color Cylindrical-coordinate representation of color #685E67: hue angle of 306º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #685E67 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 103 -
CMYK 0 0.10 0.01 0.59
HSL 306º 0.05% 0.39% -
HSV(B) 306º 0.1% 0.41% -
XYZ 12.16 11.93 14.49 -
YUV 98.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 104 94 103 0 0.10 0.01 0.59 306 0.05 0.39
Hex 68 5E 67 0 A 1 3B 132 5 27
Octal 150 136 147 0 12 1 73 462 5 47
Binary 1101000 1011110 1100111 0 1010 1 111011 100110010 101 100111

Color Harmonies of #685E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E67

Black with #685E67

Text Example


Text Example

White with #685E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,103); }

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

background-color css

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

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

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

border-color css

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

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

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