Html Css Color HEX #684763 Salt Box

📋 copy color: '#684763'

red 104 ◦ green 71 ◦ blue 99

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

Shades of Salt Box #684763

Tints of Salt Box #684763

RGB

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

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

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

R = 37.96%
G = 25.91%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#684763 (or 0x684763) is known color: Salt Box. HEX triplet: 68, 47 and 63. RGB value is (104,71,99). Sum of RGB (Red+Green+Blue) = 104+71+99=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #684763 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684763 is #97B89C. Grayscale: #535353. Windows color (decimal): -9943197 or 6506344. OLE color: 6506344.

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

Color convert

RGB 104 71 99 -
CMYK 0 0.32 0.05 0.59
HSL 309.09º 0.19% 0.34% -
HSV(B) 309.09º 0.32% 0.41% -
XYZ 10.21 8.35 12.88 -
YUV 84.06 136.43 142.22 -
System Red Green Blue C M Y K H S L
Decimal 104 71 99 0 0.32 0.05 0.59 309.09 0.19 0.34
Hex 68 47 63 0 20 5 3B 135 13 22
Octal 150 107 143 0 40 5 73 465 23 42
Binary 1101000 1000111 1100011 0 100000 101 111011 100110101 10011 100010

Color Harmonies of #684763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684763

Black with #684763

Text Example


Text Example

White with #684763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684763; }

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

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

background-color css

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

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

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

border-color css

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

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

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