Html Css Color HEX #685A67 Salt Box

📋 copy color: '#685A67'

red 104 ◦ green 90 ◦ blue 103

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

Shades of Salt Box #685A67

Tints of Salt Box #685A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 35.02%
G = 30.3%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#685A67 (or 0x685A67) is known color: Salt Box. HEX triplet: 68, 5A and 67. RGB value is (104,90,103). Sum of RGB (Red+Green+Blue) = 104+90+103=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A67 is #97A598. Grayscale: #5F5F5F. Windows color (decimal): -9938329 or 6773352. OLE color: 6773352.

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

Color convert

RGB 104 90 103 -
CMYK 0 0.13 0.01 0.59
HSL 304.29º 0.07% 0.38% -
HSV(B) 304.29º 0.13% 0.41% -
XYZ 11.81 11.23 14.38 -
YUV 95.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 104 90 103 0 0.13 0.01 0.59 304.29 0.07 0.38
Hex 68 5A 67 0 D 1 3B 130 7 26
Octal 150 132 147 0 15 1 73 460 7 46
Binary 1101000 1011010 1100111 0 1101 1 111011 100110000 111 100110

Color Harmonies of #685A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A67

Black with #685A67

Text Example


Text Example

White with #685A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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