Html Css Color HEX #685362 Salt Box

📋 copy color: '#685362'

red 104 ◦ green 83 ◦ blue 98

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

Shades of Salt Box #685362

Tints of Salt Box #685362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.39%

R = 36.49%
G = 29.12%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#685362 (or 0x685362) is known color: Salt Box. HEX triplet: 68, 53 and 62. RGB value is (104,83,98). Sum of RGB (Red+Green+Blue) = 104+83+98=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #685362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685362 is #97AC9D. Grayscale: #5A5A5A. Windows color (decimal): -9940126 or 6443880. OLE color: 6443880.

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

Color convert

RGB 104 83 98 -
CMYK 0 0.20 0.06 0.59
HSL 317.14º 0.11% 0.37% -
HSV(B) 317.14º 0.2% 0.41% -
XYZ 11.01 10.01 12.91 -
YUV 90.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 104 83 98 0 0.20 0.06 0.59 317.14 0.11 0.37
Hex 68 53 62 0 14 6 3B 13D B 25
Octal 150 123 142 0 24 6 73 475 13 45
Binary 1101000 1010011 1100010 0 10100 110 111011 100111101 1011 100101

Color Harmonies of #685362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685362

Black with #685362

Text Example


Text Example

White with #685362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685362; }

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

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

background-color css

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

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

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

border-color css

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

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

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