Html Css Color HEX #685565 Salt Box

📋 copy color: '#685565'

red 104 ◦ green 85 ◦ blue 101

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

Shades of Salt Box #685565

Tints of Salt Box #685565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 35.86%
G = 29.31%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685565 (or 0x685565) is known color: Salt Box. HEX triplet: 68, 55 and 65. RGB value is (104,85,101). Sum of RGB (Red+Green+Blue) = 104+85+101=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #685565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685565 is #97AA9A. Grayscale: #5C5C5C. Windows color (decimal): -9939611 or 6641000. OLE color: 6641000.

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

Color convert

RGB 104 85 101 -
CMYK 0 0.18 0.03 0.59
HSL 309.47º 0.1% 0.37% -
HSV(B) 309.47º 0.18% 0.41% -
XYZ 11.31 10.38 13.72 -
YUV 92.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 104 85 101 0 0.18 0.03 0.59 309.47 0.1 0.37
Hex 68 55 65 0 12 3 3B 135 A 25
Octal 150 125 145 0 22 3 73 465 12 45
Binary 1101000 1010101 1100101 0 10010 11 111011 100110101 1010 100101

Color Harmonies of #685565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685565

Black with #685565

Text Example


Text Example

White with #685565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685565; }

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

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

background-color css

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

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

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

border-color css

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

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

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