Html Css Color HEX #685363 Salt Box

📋 copy color: '#685363'

red 104 ◦ green 83 ◦ blue 99

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

Shades of Salt Box #685363

Tints of Salt Box #685363

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.02%

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

R = 36.36%
G = 29.02%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#685363 (or 0x685363) is known color: Salt Box. HEX triplet: 68, 53 and 63. RGB value is (104,83,99). Sum of RGB (Red+Green+Blue) = 104+83+99=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685363 is #97AC9C. Grayscale: #5B5B5B. Windows color (decimal): -9940125 or 6509416. OLE color: 6509416.

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

Color convert

RGB 104 83 99 -
CMYK 0 0.20 0.05 0.59
HSL 314.29º 0.11% 0.37% -
HSV(B) 314.29º 0.2% 0.41% -
XYZ 11.05 10.03 13.16 -
YUV 91.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 104 83 99 0 0.20 0.05 0.59 314.29 0.11 0.37
Hex 68 53 63 0 14 5 3B 13A B 25
Octal 150 123 143 0 24 5 73 472 13 45
Binary 1101000 1010011 1100011 0 10100 101 111011 100111010 1011 100101

Color Harmonies of #685363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685363

Black with #685363

Text Example


Text Example

White with #685363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685363; }

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

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

background-color css

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

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

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

border-color css

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

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

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