Html Css Color HEX #685264 Salt Box

📋 copy color: '#685264'

red 104 ◦ green 82 ◦ blue 100

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

Shades of Salt Box #685264

Tints of Salt Box #685264

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 36.36%
G = 28.67%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685264 (or 0x685264) is known color: Salt Box. HEX triplet: 68, 52 and 64. RGB value is (104,82,100). Sum of RGB (Red+Green+Blue) = 104+82+100=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685264 is #97AD9B. Grayscale: #5A5A5A. Windows color (decimal): -9940380 or 6574696. OLE color: 6574696.

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

Color convert

RGB 104 82 100 -
CMYK 0 0.21 0.04 0.59
HSL 310.91º 0.12% 0.36% -
HSV(B) 310.91º 0.21% 0.41% -
XYZ 11.03 9.9 13.39 -
YUV 90.63 133.29 137.54 -
System Red Green Blue C M Y K H S L
Decimal 104 82 100 0 0.21 0.04 0.59 310.91 0.12 0.36
Hex 68 52 64 0 15 4 3B 137 C 24
Octal 150 122 144 0 25 4 73 467 14 44
Binary 1101000 1010010 1100100 0 10101 100 111011 100110111 1100 100100

Color Harmonies of #685264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685264

Black with #685264

Text Example


Text Example

White with #685264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685264; }

 p { color: rgb(104,82,100); }

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

background-color css

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

 a { background-color: rgb(104,82,100); }

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

border-color css

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

 span { border-color: rgb(104,82,100); }

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