Html Css Color HEX #685463 Salt Box

📋 copy color: '#685463'

red 104 ◦ green 84 ◦ blue 99

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

Shades of Salt Box #685463

Tints of Salt Box #685463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.49%

R = 36.24%
G = 29.27%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#685463 (or 0x685463) is known color: Salt Box. HEX triplet: 68, 54 and 63. RGB value is (104,84,99). Sum of RGB (Red+Green+Blue) = 104+84+99=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685463 is #97AB9C. Grayscale: #5B5B5B. Windows color (decimal): -9939869 or 6509672. OLE color: 6509672.

HSL color Cylindrical-coordinate representation of color #685463: hue angle of 315º 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 #685463 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 84 99 -
CMYK 0 0.19 0.05 0.59
HSL 315º 0.11% 0.37% -
HSV(B) 315º 0.19% 0.41% -
XYZ 11.13 10.18 13.18 -
YUV 91.69 132.13 136.78 -
System Red Green Blue C M Y K H S L
Decimal 104 84 99 0 0.19 0.05 0.59 315 0.11 0.37
Hex 68 54 63 0 13 5 3B 13B B 25
Octal 150 124 143 0 23 5 73 473 13 45
Binary 1101000 1010100 1100011 0 10011 101 111011 100111011 1011 100101

Color Harmonies of #685463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685463

Black with #685463

Text Example


Text Example

White with #685463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685463; }

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

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

background-color css

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

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

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

border-color css

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

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

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