Html Css Color HEX #684762 Salt Box

📋 copy color: '#684762'

red 104 ◦ green 71 ◦ blue 98

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

Shades of Salt Box #684762

Tints of Salt Box #684762

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 38.1%
G = 26.01%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#684762 (or 0x684762) is known color: Salt Box. HEX triplet: 68, 47 and 62. RGB value is (104,71,98). Sum of RGB (Red+Green+Blue) = 104+71+98=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684762 is #97B89D. Grayscale: #535353. Windows color (decimal): -9943198 or 6440808. OLE color: 6440808.

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

Color convert

RGB 104 71 98 -
CMYK 0 0.32 0.06 0.59
HSL 310.91º 0.19% 0.34% -
HSV(B) 310.91º 0.32% 0.41% -
XYZ 10.17 8.33 12.63 -
YUV 83.95 135.93 142.3 -
System Red Green Blue C M Y K H S L
Decimal 104 71 98 0 0.32 0.06 0.59 310.91 0.19 0.34
Hex 68 47 62 0 20 6 3B 137 13 22
Octal 150 107 142 0 40 6 73 467 23 42
Binary 1101000 1000111 1100010 0 100000 110 111011 100110111 10011 100010

Color Harmonies of #684762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684762

Black with #684762

Text Example


Text Example

White with #684762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684762; }

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

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

background-color css

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

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

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

border-color css

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

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

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