Html Css Color HEX #685465 Salt Box

📋 copy color: '#685465'

red 104 ◦ green 84 ◦ blue 101

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

Shades of Salt Box #685465

Tints of Salt Box #685465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.07%

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

R = 35.99%
G = 29.07%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685465 (or 0x685465) is known color: Salt Box. HEX triplet: 68, 54 and 65. RGB value is (104,84,101). Sum of RGB (Red+Green+Blue) = 104+84+101=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685465 is #97AB9A. Grayscale: #5B5B5B. Windows color (decimal): -9939867 or 6640744. OLE color: 6640744.

HSL color Cylindrical-coordinate representation of color #685465: hue angle of 309º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685465 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 101 -
CMYK 0 0.19 0.03 0.59
HSL 309º 0.11% 0.37% -
HSV(B) 309º 0.19% 0.41% -
XYZ 11.23 10.22 13.69 -
YUV 91.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 104 84 101 0 0.19 0.03 0.59 309 0.11 0.37
Hex 68 54 65 0 13 3 3B 135 B 25
Octal 150 124 145 0 23 3 73 465 13 45
Binary 1101000 1010100 1100101 0 10011 11 111011 100110101 1011 100101

Color Harmonies of #685465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685465

Black with #685465

Text Example


Text Example

White with #685465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685465; }

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

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

background-color css

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

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

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

border-color css

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

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

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