Html Css Color HEX #685165 Salt Box

📋 copy color: '#685165'

red 104 ◦ green 81 ◦ blue 101

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

Shades of Salt Box #685165

Tints of Salt Box #685165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

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

R = 36.36%
G = 28.32%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685165 (or 0x685165) is known color: Salt Box. HEX triplet: 68, 51 and 65. RGB value is (104,81,101). Sum of RGB (Red+Green+Blue) = 104+81+101=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #685165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685165 is #97AE9A. Grayscale: #5A5A5A. Windows color (decimal): -9940635 or 6639976. OLE color: 6639976.

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

Color convert

RGB 104 81 101 -
CMYK 0 0.22 0.03 0.59
HSL 307.83º 0.12% 0.36% -
HSV(B) 307.83º 0.22% 0.41% -
XYZ 11 9.77 13.62 -
YUV 90.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 104 81 101 0 0.22 0.03 0.59 307.83 0.12 0.36
Hex 68 51 65 0 16 3 3B 134 C 24
Octal 150 121 145 0 26 3 73 464 14 44
Binary 1101000 1010001 1100101 0 10110 11 111011 100110100 1100 100100

Color Harmonies of #685165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685165

Black with #685165

Text Example


Text Example

White with #685165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685165; }

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

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

background-color css

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

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

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

border-color css

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

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

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