Html Css Color HEX #685564 Salt Box

📋 copy color: '#685564'

red 104 ◦ green 85 ◦ blue 100

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

Shades of Salt Box #685564

Tints of Salt Box #685564

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.41%

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

R = 35.99%
G = 29.41%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685564 (or 0x685564) is known color: Salt Box. HEX triplet: 68, 55 and 64. RGB value is (104,85,100). Sum of RGB (Red+Green+Blue) = 104+85+100=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 104 - color contains mainly: red. Hex color #685564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685564 is #97AA9B. Grayscale: #5C5C5C. Windows color (decimal): -9939612 or 6575464. OLE color: 6575464.

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

Color convert

RGB 104 85 100 -
CMYK 0 0.18 0.04 0.59
HSL 312.63º 0.1% 0.37% -
HSV(B) 312.63º 0.18% 0.41% -
XYZ 11.26 10.36 13.46 -
YUV 92.39 132.29 136.28 -
System Red Green Blue C M Y K H S L
Decimal 104 85 100 0 0.18 0.04 0.59 312.63 0.1 0.37
Hex 68 55 64 0 12 4 3B 139 A 25
Octal 150 125 144 0 22 4 73 471 12 45
Binary 1101000 1010101 1100100 0 10010 100 111011 100111001 1010 100101

Color Harmonies of #685564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685564

Black with #685564

Text Example


Text Example

White with #685564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685564; }

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

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

background-color css

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

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

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

border-color css

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

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

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