Html Css Color HEX #685C67 Salt Box

📋 copy color: '#685C67'

red 104 ◦ green 92 ◦ blue 103

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

Shades of Salt Box #685C67

Tints of Salt Box #685C67

RGB

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

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

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

R = 34.78%
G = 30.77%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#685C67 (or 0x685C67) is known color: Salt Box. HEX triplet: 68, 5C and 67. RGB value is (104,92,103). Sum of RGB (Red+Green+Blue) = 104+92+103=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 104 - color contains mainly: red. Hex color #685C67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C67 is #97A398. Grayscale: #606060. Windows color (decimal): -9937817 or 6773864. OLE color: 6773864.

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

Color convert

RGB 104 92 103 -
CMYK 0 0.12 0.01 0.59
HSL 305º 0.06% 0.38% -
HSV(B) 305º 0.12% 0.41% -
XYZ 11.98 11.58 14.43 -
YUV 96.84 131.48 133.11 -
System Red Green Blue C M Y K H S L
Decimal 104 92 103 0 0.12 0.01 0.59 305 0.06 0.38
Hex 68 5C 67 0 C 1 3B 131 6 26
Octal 150 134 147 0 14 1 73 461 6 46
Binary 1101000 1011100 1100111 0 1100 1 111011 100110001 110 100110

Color Harmonies of #685C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C67

Black with #685C67

Text Example


Text Example

White with #685C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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