Html Css Color HEX #685665 Salt Box

📋 copy color: '#685665'

red 104 ◦ green 86 ◦ blue 101

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

Shades of Salt Box #685665

Tints of Salt Box #685665

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.55%

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

R = 35.74%
G = 29.55%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685665 (or 0x685665) is known color: Salt Box. HEX triplet: 68, 56 and 65. RGB value is (104,86,101). Sum of RGB (Red+Green+Blue) = 104+86+101=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685665 is #97A99A. Grayscale: #5D5D5D. Windows color (decimal): -9939355 or 6641256. OLE color: 6641256.

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

Color convert

RGB 104 86 101 -
CMYK 0 0.17 0.03 0.59
HSL 310º 0.09% 0.37% -
HSV(B) 310º 0.17% 0.41% -
XYZ 11.39 10.54 13.75 -
YUV 93.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 104 86 101 0 0.17 0.03 0.59 310 0.09 0.37
Hex 68 56 65 0 11 3 3B 136 9 25
Octal 150 126 145 0 21 3 73 466 11 45
Binary 1101000 1010110 1100101 0 10001 11 111011 100110110 1001 100101

Color Harmonies of #685665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685665

Black with #685665

Text Example


Text Example

White with #685665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685665; }

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

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

background-color css

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

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

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

border-color css

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

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

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